Skip to content

chore: fix Rust 1.84.0 lints and errors (#3202) #16

chore: fix Rust 1.84.0 lints and errors (#3202)

chore: fix Rust 1.84.0 lints and errors (#3202) #16

Triggered via push February 22, 2025 12:01
Status Failure
Total duration 11m 13s
Artifacts

CI.yml

on: push
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
12s
cargo fmt
cargo test (feature-specific)
9m 46s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

5 errors
link reference defined in list item: tracing-journald/src/lib.rs#L524
error: link reference defined in list item --> tracing-journald/src/lib.rs:524:11 | 524 | /// - [`tracing::Level::TRACE`]: [`Priority::Debug`] (7) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 524 | /// - [`tracing::Level::TRACE`][]: [`Priority::Debug`] (7) | ++
link reference defined in list item: tracing-journald/src/lib.rs#L523
error: link reference defined in list item --> tracing-journald/src/lib.rs:523:11 | 523 | /// - [`tracing::Level::DEBUG`]: [`Priority::Informational`] (6) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 523 | /// - [`tracing::Level::DEBUG`][]: [`Priority::Informational`] (6) | ++
link reference defined in list item: tracing-journald/src/lib.rs#L522
error: link reference defined in list item --> tracing-journald/src/lib.rs:522:11 | 522 | /// - [`tracing::Level::INFO`]: [`Priority::Notice`] (5) | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 522 | /// - [`tracing::Level::INFO`][]: [`Priority::Notice`] (5) | ++
link reference defined in list item: tracing-journald/src/lib.rs#L521
error: link reference defined in list item --> tracing-journald/src/lib.rs:521:11 | 521 | /// - [`tracing::Level::WARN`]: [`Priority::Warning`] (4) | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 521 | /// - [`tracing::Level::WARN`][]: [`Priority::Warning`] (4) | ++
warnings
Clippy had exited with the 101 exit code