Skip to content

chore: fix new Clippy lints in Rust 1.83.0 #5495

chore: fix new Clippy lints in Rust 1.83.0

chore: fix new Clippy lints in Rust 1.83.0 #5495

Triggered via pull request November 28, 2024 21:57
Status Failure
Total duration 12m 3s
Artifacts

CI.yml

on: pull_request
cargo check
39s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
15s
cargo fmt
cargo test (feature-specific)
10m 56s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

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