Bump actions/download-artifact (#37) #58
Clippy Output
7 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 7 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check warning on line 196 in src/spinner/mod.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/spinner/mod.rs:196:9
|
196 | /// If `None`, no rows will be cleared.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
196 | /// If `None`, no rows will be cleared.
| ++
Check warning on line 163 in src/progress/mod.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/progress/mod.rs:163:9
|
163 | /// If `None`, no rows will be cleared.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
163 | /// If `None`, no rows will be cleared.
| ++
Check warning on line 171 in src/progress/frames.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/progress/frames.rs:171:9
|
171 | /// where 1 represents one character in the loading bar.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
171 | /// where 1 represents one character in the loading bar.
| ++
Check warning on line 335 in src/menu/input.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/menu/input.rs:335:9
|
335 | /// Refer to issue [#685](https://github.com/crossterm-rs/crossterm/issues/685) for more information.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
335 | /// Refer to issue [#685](https://github.com/crossterm-rs/crossterm/issues/685) for more information.
| ++
Check warning on line 58 in src/lib.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/lib.rs:58:4
|
58 | //! If stdout is a pipe or if the terminal doesn't support colors, colors will be disabled
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
58 | //! If stdout is a pipe or if the terminal doesn't support colors, colors will be disabled
| ++
Check warning on line 57 in src/lib.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/lib.rs:57:4
|
57 | //! whether to enable color output based on the terminal type and capabilities.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
57 | //! whether to enable color output based on the terminal type and capabilities.
| ++
Check warning on line 56 in src/lib.rs
github-actions / Clippy Output
doc list item without indentation
warning: doc list item without indentation
--> src/lib.rs:56:4
|
56 | //! Automatically determine
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
56 | //! Automatically determine
| ++