Skip to content

Update README.md

Update README.md #63

GitHub Actions / Clippy Output succeeded Dec 2, 2024 in 0s

Clippy Output

8 warnings

Details

Results

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

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check warning on line 196 in src/spinner/mod.rs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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 139 in src/color.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Output

empty line after doc comment

warning: empty line after doc comment
   --> src/color.rs:138:5
    |
138 | /     /// parse args to check for --color=always|auto|never
139 | |
    | |_
140 |       /// parse args to check for --color=always|auto|never
141 |       fn parse_arguments(args: &[String]) -> ColorOption {
    |       -------------------------------------------------- the comment documents this associated function
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
    = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
    = help: if the empty line is unintentional remove it
help: if the documentation should include the empty line include it in the comment
    |
139 |     ///
    |

Check warning on line 58 in src/lib.rs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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
   |     ++