fmt: fix layers with different ANSI settings sharing the same TypeId #17
CI.yml
on: push
cargo check
39s
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
warnings
39s
Matrix: test
all systems go!
0s
Annotations
12 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)
| ++
|
|
link reference defined in list item:
tracing-journald/src/lib.rs#L520
error: link reference defined in list item
--> tracing-journald/src/lib.rs:520:11
|
520 | /// - [`tracing::Level::ERROR`]: [`Priority::Error`] (3)
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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
= note: `-D clippy::doc-nested-refdefs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_nested_refdefs)]`
help: for an intra-doc link, add `[]` between the label and the colon
|
520 | /// - [`tracing::Level::ERROR`][]: [`Priority::Error`] (3)
| ++
|
|
warnings
Clippy had exited with the 101 exit code
|
|
cargo test (stable on macos-latest)
Process completed with exit code 101.
|
|
cargo test (nightly on ubuntu-latest)
Process completed with exit code 101.
|
|
cargo test (beta on ubuntu-latest)
Process completed with exit code 101.
|
|
cargo test (stable on ubuntu-latest)
Process completed with exit code 101.
|
|
cargo test (feature-specific)
Process completed with exit code 101.
|
|
cargo test (stable on windows-latest)
Process completed with exit code 1.
|