[INFO] fetching crate sen66-interface 1.1.0...
[INFO] documenting sen66-interface-1.1.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate sen66-interface 1.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate sen66-interface 1.1.0
[INFO] finished tweaking crates.io crate sen66-interface 1.1.0
[INFO] tweaked toml for crates.io crate sen66-interface 1.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sen66-interface 1.1.0 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sen66-interface 1.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0
[INFO] running `Command { std: "docker" "start" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling duplicate v2.0.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]  Documenting sen66-interface v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/configuration/temperature.rs:15:45
[INFO] [stdout]    |
[INFO] [stdout] 15 |     /// Creates a new [`TemperatureOffset`](TemperatureOffset) configuration with the given scaled parameters:
[INFO] [stdout]    |                        -------------------  ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 -     /// Creates a new [`TemperatureOffset`](TemperatureOffset) configuration with the given scaled parameters:
[INFO] [stdout] 15 +     /// Creates a new [`TemperatureOffset`] configuration with the given scaled parameters:
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/configuration/tuning.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 |     /// Creates a new [`VocTuning`](VocTuning) Index configuration:
[INFO] [stdout]    |                        -----------  ^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 11 -     /// Creates a new [`VocTuning`](VocTuning) Index configuration:
[INFO] [stdout] 11 +     /// Creates a new [`VocTuning`] Index configuration:
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/configuration/tuning.rs:94:37
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// Creates a new [`NoxTuning`](NoxTuning) Index configuration:
[INFO] [stdout]    |                        -----------  ^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 94 -     /// Creates a new [`NoxTuning`](NoxTuning) Index configuration:
[INFO] [stdout] 94 +     /// Creates a new [`NoxTuning`] Index configuration:
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/data/state.rs:75:27
[INFO] [stdout]    |
[INFO] [stdout] 75 |     /// - [`DeviceError`](crate::error::DeviceError): Returned when any error is present, flags
[INFO] [stdout]    |            -------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 75 -     /// - [`DeviceError`](crate::error::DeviceError): Returned when any error is present, flags
[INFO] [stdout] 75 +     /// - [`DeviceError`]: Returned when any error is present, flags
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:123:40
[INFO] [stdout]     |
[INFO] [stdout] 123 |             /// Read a [`Measurement`](crate::data::Measurement) value from the sensor.
[INFO] [stdout]     |                         -------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 123 -             /// Read a [`Measurement`](crate::data::Measurement) value from the sensor.
[INFO] [stdout] 123 +             /// Read a [`Measurement`] value from the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:148:43
[INFO] [stdout]     |
[INFO] [stdout] 148 |             /// Read a [`RawMeasurement`](crate::data::RawMeasurement) value from the sensor.
[INFO] [stdout]     |                         ----------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 148 -             /// Read a [`RawMeasurement`](crate::data::RawMeasurement) value from the sensor.
[INFO] [stdout] 148 +             /// Read a [`RawMeasurement`] value from the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:175:43
[INFO] [stdout]     |
[INFO] [stdout] 175 |             /// Read a [`Concentrations`](crate::data::Concentrations) value from the sensor.
[INFO] [stdout]     |                         ----------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 175 -             /// Read a [`Concentrations`](crate::data::Concentrations) value from the sensor.
[INFO] [stdout] 175 +             /// Read a [`Concentrations`] value from the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:203:58
[INFO] [stdout]     |
[INFO] [stdout] 203 |             /// - `parameter`: See [`TemperatureOffset`](crate::configuration::TemperatureOffset)
[INFO] [stdout]     |                                     -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 203 -             /// - `parameter`: See [`TemperatureOffset`](crate::configuration::TemperatureOffset)
[INFO] [stdout] 203 +             /// - `parameter`: See [`TemperatureOffset`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:223:64
[INFO] [stdout]     |
[INFO] [stdout] 223 |             /// - `parameter`: See [`TemperatureAcceleration`](crate::configuration::TemperatureAcceleration)
[INFO] [stdout]     |                                     -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 223 -             /// - `parameter`: See [`TemperatureAcceleration`](crate::configuration::TemperatureAcceleration)
[INFO] [stdout] 223 +             /// - `parameter`: See [`TemperatureAcceleration`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:280:64
[INFO] [stdout]     |
[INFO] [stdout] 280 |             /// Read out the sensor's [`DeviceStatusRegister`](crate::data::DeviceStatusRegister).
[INFO] [stdout]     |                                        ----------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 280 -             /// Read out the sensor's [`DeviceStatusRegister`](crate::data::DeviceStatusRegister).
[INFO] [stdout] 280 +             /// Read out the sensor's [`DeviceStatusRegister`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:299:64
[INFO] [stdout]     |
[INFO] [stdout] 299 |             /// Read out the sensor's [`DeviceStatusRegister`](crate::data::DeviceStatusRegister) and
[INFO] [stdout]     |                                        ----------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 299 -             /// Read out the sensor's [`DeviceStatusRegister`](crate::data::DeviceStatusRegister) and
[INFO] [stdout] 299 +             /// Read out the sensor's [`DeviceStatusRegister`] and
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:373:40
[INFO] [stdout]     |
[INFO] [stdout] 373 |             /// Read the [`VocTuning`](crate::configuration::VocTuning) parameters from the sensor.
[INFO] [stdout]     |                           -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 373 -             /// Read the [`VocTuning`](crate::configuration::VocTuning) parameters from the sensor.
[INFO] [stdout] 373 +             /// Read the [`VocTuning`] parameters from the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:397:39
[INFO] [stdout]     |
[INFO] [stdout] 397 |             /// Set the [`VocTuning`](crate::configuration::VocTuning) parameters for the sensor.
[INFO] [stdout]     |                          -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 397 -             /// Set the [`VocTuning`](crate::configuration::VocTuning) parameters for the sensor.
[INFO] [stdout] 397 +             /// Set the [`VocTuning`] parameters for the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:421:48
[INFO] [stdout]     |
[INFO] [stdout] 421 |             /// Read the [`VocAlgorithmState`](crate::data::VocAlgorithmState) parameters
[INFO] [stdout]     |                           -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 421 -             /// Read the [`VocAlgorithmState`](crate::data::VocAlgorithmState) parameters
[INFO] [stdout] 421 +             /// Read the [`VocAlgorithmState`] parameters
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:444:47
[INFO] [stdout]     |
[INFO] [stdout] 444 |             /// Set the [`VocAlgorithmState`](crate::data::VocAlgorithmState) parameters
[INFO] [stdout]     |                          -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 444 -             /// Set the [`VocAlgorithmState`](crate::data::VocAlgorithmState) parameters
[INFO] [stdout] 444 +             /// Set the [`VocAlgorithmState`] parameters
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:470:40
[INFO] [stdout]     |
[INFO] [stdout] 470 |             /// Read the [`NoxTuning`](crate::configuration::NoxTuning) parameters from the sensor.
[INFO] [stdout]     |                           -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 470 -             /// Read the [`NoxTuning`](crate::configuration::NoxTuning) parameters from the sensor.
[INFO] [stdout] 470 +             /// Read the [`NoxTuning`] parameters from the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/interface.rs:494:39
[INFO] [stdout]     |
[INFO] [stdout] 494 |             /// Set the [`NoxTuning`](crate::configuration::NoxTuning) parameters for the sensor.
[INFO] [stdout]     |                          -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 494 -             /// Set the [`NoxTuning`](crate::configuration::NoxTuning) parameters for the sensor.
[INFO] [stdout] 494 +             /// Set the [`NoxTuning`] parameters for the sensor.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /// Async interface for the SEN66
[INFO] [stdout]    |     ^ starts here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: ends near ` Implementation of the SCD30's interface`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/configuration/tuning.rs:70:41
[INFO] [stdout]    |
[INFO] [stdout] 70 |     /// Creates a default [`VocTuning`](VocTuning) with:
[INFO] [stdout]    |                            -----------  ^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 70 -     /// Creates a default [`VocTuning`](VocTuning) with:
[INFO] [stdout] 70 +     /// Creates a default [`VocTuning`] with:
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/configuration/tuning.rs:150:41
[INFO] [stdout]     |
[INFO] [stdout] 150 |     /// Creates a default [`NoxTuning`](NoxTuning) with:
[INFO] [stdout]     |                            -----------  ^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 150 -     /// Creates a default [`NoxTuning`](NoxTuning) with:
[INFO] [stdout] 150 +     /// Creates a default [`NoxTuning`] with:
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `sen66-interface`
[INFO] running `Command { std: "docker" "inspect" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0", kill_on_drop: false }`
[INFO] [stdout] fd6d6380bda73518a898b8073c53a4b7a403811ee3336d0d7ef23043996c5eb0
