chore: fix new Clippy lints in Rust 1.83.0 #5495
CI.yml
on: pull_request
cargo check
39s
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
51s
Matrix: test
all systems go!
0s
Annotations
2 errors
empty line after doc comment:
tracing-subscriber/benches/reload.rs#L16
error: empty line after doc comment
--> tracing-subscriber/benches/reload.rs:16:1
|
16 | / /// reloadable collectors.
17 | |
| |_
18 | fn mk_builder() -> CollectorBuilder<DefaultFields, Format<Full>, EnvFilter, fn() -> NoWriter> {
| --------------------------------------------------------------------------------------------- the comment documents this function
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
warnings
Clippy had exited with the 101 exit code
|