Skip to content

Continuous Integration #4392

Continuous Integration

Continuous Integration #4392

GitHub Actions / clippy succeeded Aug 12, 2024 in 0s

clippy

3 warnings

Details

Results

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

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check warning on line 654 in serial-settings/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> serial-settings/src/lib.rs:654:9
    |
654 |     /// needs to be at least as big as twice the biggest serialized setting plus its path.
    |         ^
    |
    = 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
    |
654 |     ///   needs to be at least as big as twice the biggest serialized setting plus its path.
    |         ++

Check warning on line 652 in serial-settings/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> serial-settings/src/lib.rs:652:9
    |
652 |     /// least as long as the longest user input.
    |         ^
    |
    = 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
    |
652 |     ///   least as long as the longest user input.
    |         ++

Check warning on line 650 in serial-settings/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item missing indentation

warning: doc list item missing indentation
   --> serial-settings/src/lib.rs:650:9
    |
650 |     /// context and API to manage device settings.
    |         ^
    |
    = 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
    |
650 |     ///   context and API to manage device settings.
    |         ++