Skip to content

fix(deps): update rust crate tokio-stream to v0.1.17 #843

fix(deps): update rust crate tokio-stream to v0.1.17

fix(deps): update rust crate tokio-stream to v0.1.17 #843

GitHub Actions / clippy failed Dec 6, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
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 failure on line 24 in src/checkers/history/operation/v2.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty line after doc comment

error: empty line after doc comment
  --> src/checkers/history/operation/v2.rs:23:1
   |
23 | / /// Errors that may occur while working with operation logs.
24 | |
   | |_
...
32 |   pub struct OperationV2 {
   |   ---------------------- the comment documents this struct
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
note: the lint level is defined here
  --> src/lib.rs:19:9
   |
19 | #![deny(clippy::all)]
   |         ^^^^^^^^^^^
   = note: `#[deny(clippy::empty_line_after_doc_comments)]` implied by `#[deny(clippy::all)]`
   = help: if the empty line is unintentional remove it
help: if the documentation should include the empty line include it in the comment
   |
24 | ///
   |