Skip to content

Language specific configs #76

Language specific configs

Language specific configs #76

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Sep 17, 2023 in 1s

clippy

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa1 2023-08-23)

Annotations

Check failure on line 118 in src/js.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `typedef_named_datatype` in module `js`

error[E0425]: cannot find function `typedef_named_datatype` in module `js`
   --> src/js.rs:118:26
    |
118 |             .map(|v| js::typedef_named_datatype(&cfg.inner, &v, type_map))
    |                          ^^^^^^^^^^^^^^^^^^^^^^ not found in `js`

Check failure on line 6 in src/js.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `specta::js`

error[E0432]: unresolved import `specta::js`
 --> src/js.rs:6:5
  |
6 |     js,
  |     ^^
  |     |
  |     no `js` in the root
  |     help: a similar name exists in the module: `ts`
  |
  = help: consider importing this module instead:
          crate::js