chore: update nightly to 2024-01-20 #1317
ci.yml
on: pull_request
changed_paths
6s
cargo check (host)
1m 43s
rustfmt
16s
clippy
1m 41s
cargo test (host)
3m 42s
build boot image (x86_64)
2m 44s
cargo test (cross x64)
3m 14s
docs
1m 41s
Loom tests (cordyceps)
1m 33s
Miri tests (codyceps)
2m 11s
Tests (maitake, no-default-features)
1m 38s
Loom tests (maitake)
4m 15s
Loom tests (mycelium-util)
56s
Annotations
10 errors
clippy
Process completed with exit code 1.
|
docs:
trace/src/writer.rs#L135
error: redundant explicit link target
--> trace/src/writer.rs:135:41
|
135 | /// [`MakeWriter::make_writer_for`][mwf] method will check the predicate to
| ----------------------------- ^^^ explicit target is redundant
| |
| because label contains path that resolves to same destination
|
note: referenced explicit link target defined here
--> trace/src/writer.rs:147:16
|
147 | /// [mwf]: MakeWriter::make_writer_for
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: when a link's destination is not specified,
the label is used to resolve intra-doc links
= note: `-D rustdoc::redundant-explicit-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::redundant_explicit_links)]`
help: remove explicit link target
|
135 | /// [`MakeWriter::make_writer_for`] method will check the predicate to
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
docs:
trace/src/writer.rs#L135
error: redundant explicit link target
--> trace/src/writer.rs:135:41
|
135 | /// [`MakeWriter::make_writer_for`][mwf] method will check the predicate to
| ----------------------------- ^^^ explicit target is redundant
| |
| because label contains path that resolves to same destination
|
note: referenced explicit link target defined here
--> trace/src/writer.rs:147:16
|
147 | /// [mwf]: MakeWriter::make_writer_for
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: when a link's destination is not specified,
the label is used to resolve intra-doc links
= note: `-D rustdoc::redundant-explicit-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::redundant_explicit_links)]`
help: remove explicit link target
|
135 | /// [`MakeWriter::make_writer_for`] method will check the predicate to
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
docs:
trace/src/writer.rs#L245
error: redundant explicit link target
--> trace/src/writer.rs:245:69
|
245 | /// A [writer] that is one of two types implementing [`fmt::Write`][writer].
| ------------ ^^^^^^ explicit target is redundant
| |
| because label contains path that resolves to same destination
|
note: referenced explicit link target defined here
--> trace/src/writer.rs:250:15
|
250 | /// [writer]: mycelium_util::fmt::Write
| ^^^^^^^^^^^^^^^^^^^^^^^^^
= note: when a link's destination is not specified,
the label is used to resolve intra-doc links
help: remove explicit link target
|
245 | /// A [writer] that is one of two types implementing [`fmt::Write`].
| ~~~~~~~~~~~~~~
|
docs:
trace/src/writer.rs#L245
error: redundant explicit link target
--> trace/src/writer.rs:245:69
|
245 | /// A [writer] that is one of two types implementing [`fmt::Write`][writer].
| ------------ ^^^^^^ explicit target is redundant
| |
| because label contains path that resolves to same destination
|
note: referenced explicit link target defined here
--> trace/src/writer.rs:250:15
|
250 | /// [writer]: mycelium_util::fmt::Write
| ^^^^^^^^^^^^^^^^^^^^^^^^^
= note: when a link's destination is not specified,
the label is used to resolve intra-doc links
help: remove explicit link target
|
245 | /// A [writer] that is one of two types implementing [`fmt::Write`].
| ~~~~~~~~~~~~~~
|
docs
Process completed with exit code 1.
|
cargo check (host)
Process completed with exit code 1.
|
build boot image (x86_64)
Process completed with exit code 101.
|
cargo test (cross x64)
Process completed with exit code 101.
|
cargo test (host)
Process completed with exit code 101.
|