Skip to content

Merge pull request #59 from oscartbeaumont/generic-commands

Sign in for the full log view
GitHub Actions / clippy failed Oct 5, 2023 in 0s

clippy

4 errors, 22 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 4
Warning 22
Note 0
Help 0

Versions

  • rustc 1.72.1 (d5c2e9c34 2023-09-13)
  • cargo 1.72.1 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (d5c2e9c 2023-09-13)

Annotations

Check warning on line 98 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:98:4
   |
98 | //!            .unwrap();
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 97 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:97:4
   |
97 | //!            .export()
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 96 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:96:4
   |
96 | //!            .path("../src/bindings.js")
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 95 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:95:4
   |
95 | //!            .commands(collect_commands![greet, greet2, greet3])
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 94 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:94:4
   |
94 | //!        js::builder()
   |    ^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 92 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:92:4
   |
92 | //!            .unwrap();
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 91 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:91:4
   |
91 | //!            .export()
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 90 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:90:4
   |
90 | //!            .path("../src/bindings.ts")
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 89 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:89:4
   |
89 | //!            .commands(collect_commands![greet, greet2, greet3])
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 88 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:88:4
   |
88 | //!        ts::builder()
   |    ^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 83 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:83:4
   |
83 | //!            .unwrap();
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 82 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:82:4
   |
82 | //!            .export()
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 81 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:81:4
   |
81 | //!            .path("../src/bindings.js")
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 80 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:80:4
   |
80 | //!            .commands(collect_commands![greet, greet2, greet3])
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 79 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:79:4
   |
79 | //!        js::builder()
   |    ^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 75 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:75:4
   |
75 | //!            .unwrap();
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 74 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:74:4
   |
74 | //!            .export()
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 73 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:73:4
   |
73 | //!            .path("../src/bindings.ts")
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 72 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
  --> src/lib.rs:72:4
   |
72 | //!            .commands(collect_commands![greet, greet2, greet3])
   |    ^^^^^^^^^^^^ help: consider using four spaces per tab
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments

Check warning on line 71 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

using tabs in doc comments is not recommended

warning: using tabs in doc comments is not recommended
   --> src/lib.rs:71:4
    |
71  | //!        ts::builder()
    |    ^^^^^^^^ help: consider using four spaces per tab
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
note: the lint level is defined here
   --> src/lib.rs:111:9
    |
111 | #![warn(clippy::all, clippy::unwrap_used, clippy::panic
    |         ^^^^^^^^^^^
    = note: `#[warn(clippy::tabs_in_doc_comments)]` implied by `#[warn(clippy::all)]`

Check failure on line 114 in src/js.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find type `ExportError` in this scope

error[E0412]: cannot find type `ExportError` in this scope
   --> src/js.rs:114:25
    |
114 |     ) -> Result<String, ExportError> {
    |                         ^^^^^^^^^^^ not found in this scope
    |
help: consider importing one of these items
    |
1   + use crate::js::ts::ExportError;
    |
1   + use specta::ts::ExportError;
    |

Check failure on line 81 in src/js.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find type `ExportError` in this scope

error[E0412]: cannot find type `ExportError` in this scope
  --> src/js.rs:81:25
   |
81 |     ) -> Result<String, ExportError> {
   |                         ^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
1  + use crate::js::ts::ExportError;
   |
1  + use specta::ts::ExportError;
   |

Check failure on line 66 in src/js.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find type `ExportError` in this scope

error[E0412]: cannot find type `ExportError` in this scope
  --> src/js.rs:66:39
   |
66 |             .collect::<Result<Vec<_>, ExportError>>()?
   |                                       ^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
1  + use crate::js::ts::ExportError;
   |
1  + use specta::ts::ExportError;
   |

Check failure on line 33 in src/js.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find type `ExportError` in this scope

error[E0412]: cannot find type `ExportError` in this scope
  --> src/js.rs:33:25
   |
33 |     ) -> Result<String, ExportError> {
   |                         ^^^^^^^^^^^ not found in this scope
   |
help: consider importing one of these items
   |
1  + use crate::js::ts::ExportError;
   |
1  + use specta::ts::ExportError;
   |

Check warning on line 4 in macros/src/collect_commands.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `ItemStruct`, `bracketed`

warning: unused imports: `ItemStruct`, `bracketed`
 --> macros/src/collect_commands.rs:4:5
  |
4 |     bracketed,
  |     ^^^^^^^^^
...
8 |     ItemStruct, Path, Token,
  |     ^^^^^^^^^^