[INFO] fetching crate assemble-core 0.2.0...
[INFO] documenting assemble-core-0.2.0 against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] extracting crate assemble-core 0.2.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate assemble-core 0.2.0
[INFO] finished tweaking crates.io crate assemble-core 0.2.0
[INFO] tweaked toml for crates.io crate assemble-core 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate assemble-core 0.2.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 278 packages to latest compatible versions
[INFO] [stderr]       Adding colored v2.2.0 (available: v3.1.1)
[INFO] [stderr]       Adding crypto-common v0.1.6 (available: v0.1.7)
[INFO] [stderr]       Adding dirs v4.0.0 (available: v6.0.0)
[INFO] [stderr]       Adding fern v0.6.2 (available: v0.7.1)
[INFO] [stderr]       Adding generic-array v0.14.9 (available: v1.4.4)
[INFO] [stderr]       Adding heck v0.4.1 (available: v0.5.0)
[INFO] [stderr]       Adding indicatif v0.17.11 (available: v0.18.6)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.15.0)
[INFO] [stderr]       Adding merge v0.1.0 (available: v0.2.0)
[INFO] [stderr]       Adding petgraph v0.6.5 (available: v0.8.3)
[INFO] [stderr]       Adding ptree v0.4.0 (available: v0.5.2)
[INFO] [stderr]       Adding rand v0.8.7 (available: v0.10.2)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.4)
[INFO] [stderr]       Adding ron v0.8.1 (available: v0.12.2)
[INFO] [stderr]       Adding sha2 v0.10.9 (available: v0.11.0)
[INFO] [stderr]       Adding strsim v0.10.0 (available: v0.11.1)
[INFO] [stderr]       Adding strum v0.24.1 (available: v0.28.0)
[INFO] [stderr]       Adding strum_macros v0.24.3 (available: v0.28.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] [stderr]       Adding toml v0.5.11 (available: v1.1.2+spec-1.1.0)
[INFO] [stderr]       Adding toml_edit v0.16.2 (available: v0.25.12+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_datetime v0.5.1
[INFO] [stderr]   Downloaded rmp-serde v1.3.1
[INFO] [stderr]   Downloaded rust-ini v0.13.0
[INFO] [stderr]   Downloaded toml_edit v0.16.2
[INFO] [stderr]   Downloaded rmp v0.8.15
[INFO] [stderr]   Downloaded more_collection_macros v0.2.2
[INFO] [stderr]   Downloaded merge_derive v0.1.0
[INFO] [stderr]   Downloaded assemble-macros v0.2.0
[INFO] [stderr]   Downloaded config v0.11.0
[INFO] [stderr]   Downloaded serde v0.8.23
[INFO] [stderr]   Downloaded tint v1.0.1
[INFO] [stderr]   Downloaded serde-hjson v0.9.1
[INFO] [stderr]   Downloaded merge v0.1.0
[INFO] [stderr]   Downloaded ptree v0.4.0
[INFO] [stderr]   Downloaded nom v5.1.3
[INFO] [stderr]   Downloaded nom8 v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509
[INFO] running `Command { std: "docker" "start" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509", 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" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking serde v0.8.23
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking rust-ini v0.13.0
[INFO] [stderr]     Checking tint v1.0.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking nom8 v0.2.0
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]     Checking directories v4.0.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking uuid v1.23.5
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling merge_derive v0.1.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking merge v0.1.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking serde-hjson v0.9.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.5.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking toml_edit v0.16.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking config v0.11.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking ptree v0.4.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]  Documenting assemble-core v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/task/flags.rs:159:24
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let boxed: Box<(dyn Fn(&str) -> Result<Box<dyn Any>, Box<dyn Error + Send + Sync>>)> =
[INFO] [stdout]     |                        ^                                                                  ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 159 -         let boxed: Box<(dyn Fn(&str) -> Result<Box<dyn Any>, Box<dyn Error + Send + Sync>>)> =
[INFO] [stdout] 159 +         let boxed: Box<dyn Fn(&str) -> Result<Box<dyn Any>, Box<dyn Error + Send + Sync>>> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::tasks::CreateTask`
[INFO] [stdout]   --> src/lazy_evaluation.rs:15:20
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! [`CreateTask`](crate::tasks::CreateTask) derive macro.
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tasks` in module `assemble_core`
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #![deny(rustdoc::broken_intra_doc_links)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TaskDependency`
[INFO] [stdout]  --> src/project/buildable.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! - Any type that implements [`TaskDependency`](TaskDependency)
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^ no item named `TaskDependency` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::startup::invocation::Assemble;`
[INFO] [stdout]   --> src/startup.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! [assemble_struct]: crate::startup::invocation::Assemble;
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Assemble;` in module `invocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::startup::initialization::Settings;`
[INFO] [stdout]   --> src/startup.rs:14:26
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! [assemble_settings]: crate::startup::initialization::Settings;
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Settings;` in module `initialization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::project::SharedProject`
[INFO] [stdout]   --> src/startup/initialization/settings.rs:11:105
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// Declares the configuration required to instantiate and configure the hierarchy of [`SharedProject`](crate::project::SharedProject)
[INFO] [stdout]    |                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `SharedProject` in module `project`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WorkerQueue::finish_jobs`
[INFO] [stdout]    --> src/work_queue.rs:213:96
[INFO] [stdout]     |
[INFO] [stdout] 213 |     /// Waits for all workers to finish. Unlike the drop implementation, Calls [`finish_jobs`](WorkerQueue::finish_jobs).
[INFO] [stdout]     |                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `WorkerQueue` has no field or associated item named `finish_jobs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/cryptography.rs:127:62
[INFO] [stdout]     |
[INFO] [stdout] 127 | /// Convenience method for hashing a value into a [`Sha256`](Sha256) value
[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] 127 - /// Convenience method for hashing a value into a [`Sha256`](Sha256) value
[INFO] [stdout] 127 + /// Convenience method for hashing a value into a [`Sha256`] value
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/cryptography.rs:134:61
[INFO] [stdout]     |
[INFO] [stdout] 134 | /// Convenience method for hashing a file into a [`Sha256`](Sha256) value
[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] 134 - /// Convenience method for hashing a file into a [`Sha256`](Sha256) value
[INFO] [stdout] 134 + /// Convenience method for hashing a file into a [`Sha256`] value
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/dependencies/registry_container.rs:11:78
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// A registry is some repository that interprets can interpret some [`Url`](url::Url)
[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 - /// A registry is some repository that interprets can interpret some [`Url`](url::Url)
[INFO] [stdout] 11 + /// A registry is some repository that interprets can interpret some [`Url`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/dependencies/unresolved_dependency.rs:38:95
[INFO] [stdout]    |
[INFO] [stdout] 38 | /// Provide a way of turning something of one type into a type that implements [`Dependency`](Dependency)
[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] 38 - /// Provide a way of turning something of one type into a type that implements [`Dependency`](Dependency)
[INFO] [stdout] 38 + /// Provide a way of turning something of one type into a type that implements [`Dependency`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/dependencies/dependency_container.rs:27:36
[INFO] [stdout]    |
[INFO] [stdout] 27 |     /// Create a [`Configuration`](Configuration) with a given `name`.
[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] 27 -     /// Create a [`Configuration`](Configuration) with a given `name`.
[INFO] [stdout] 27 +     /// Create a [`Configuration`] with a given `name`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/dependencies/dependency_container.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |     /// Create a [`Configuration`](Configuration) with a given `name`.
[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] 41 -     /// Create a [`Configuration`](Configuration) with a given `name`.
[INFO] [stdout] 41 +     /// Create a [`Configuration`] with a given `name`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/flow/attributes.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 |     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Less) is compatible
[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] 79 -     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Less) is compatible
[INFO] [stdout] 79 +     /// Add the [PartialOrd] as a compatibility rule, where Some(Equals) and Some(Less) is compatible
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/flow/attributes.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 |     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Greater) is compatible
[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] 95 -     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Greater) is compatible
[INFO] [stdout] 95 +     /// Add the [PartialOrd] as a compatibility rule, where Some(Equals) and Some(Greater) is compatible
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/identifier.rs:157:62
[INFO] [stdout]     |
[INFO] [stdout] 157 |     /// Returns this part of an identifier path as an [`Id`](Id)
[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] 157 -     /// Returns this part of an identifier path as an [`Id`](Id)
[INFO] [stdout] 157 +     /// Returns this part of an identifier path as an [`Id`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/lazy_evaluation.rs:3:65
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! The main driving trait that allows for this is [`Provider`](Provider). Objects that
[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] 3 - //! The main driving trait that allows for this is [`Provider`](Provider). Objects that
[INFO] [stdout] 3 + //! The main driving trait that allows for this is [`Provider`]. Objects that
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lazy_evaluation.rs:40:55
[INFO] [stdout]    |
[INFO] [stdout] 40 | /// can be chained together using the [`ProviderExt`][0] trait.
[INFO] [stdout]    |                                        -------------  ^ explicit target is redundant
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout] note: referenced explicit link target defined here
[INFO] [stdout]   --> src/lazy_evaluation.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | /// [0]: ProviderExt
[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] 40 - /// can be chained together using the [`ProviderExt`][0] trait.
[INFO] [stdout] 40 + /// can be chained together using the [`ProviderExt`] trait.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/project/buildable.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! - `String`, `&str`, or [`TaskId`](crate::__export::TaskId)
[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] 6 - //! - `String`, `&str`, or [`TaskId`](crate::__export::TaskId)
[INFO] [stdout] 6 + //! - `String`, `&str`, or [`TaskId`]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/project/buildable.rs:8:46
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! - Any type that implements [`Buildable`](Buildable)
[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] 8 - //! - Any type that implements [`Buildable`](Buildable)
[INFO] [stdout] 8 + //! - Any type that implements [`Buildable`]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/project/finder.rs:50:95
[INFO] [stdout]    |
[INFO] [stdout] 50 |     /// For more info on how finding works, check out the definition of the [`ProjectFinder`](ProjectFinder)
[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] 50 -     /// For more info on how finding works, check out the definition of the [`ProjectFinder`](ProjectFinder)
[INFO] [stdout] 50 +     /// For more info on how finding works, check out the definition of the [`ProjectFinder`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/project/finder.rs:301:40
[INFO] [stdout]     |
[INFO] [stdout] 301 | /// An owned version of a [`TaskPath`](TaskPath).
[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] 301 - /// An owned version of a [`TaskPath`](TaskPath).
[INFO] [stdout] 301 + /// An owned version of a [`TaskPath`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/project/shared.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// [`Project`](Project) instance.
[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] 20 - /// [`Project`](Project) instance.
[INFO] [stdout] 20 + /// [`Project`] instance.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/project.rs:237:48
[INFO] [stdout]     |
[INFO] [stdout] 237 |     /// Gets a list of all tasks by [`TaskId`](TaskId)
[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] 237 -     /// Gets a list of all tasks by [`TaskId`](TaskId)
[INFO] [stdout] 237 +     /// Gets a list of all tasks by [`TaskId`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/startup/initialization/settings.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// When included, a [`ProjectDescriptor`][pd] is created which can be used to configure the default
[INFO] [stdout]    |                       -------------------  ^^ explicit target is redundant
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout] note: referenced explicit link target defined here
[INFO] [stdout]   --> src/startup/initialization/settings.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// [pd]: super::descriptor::ProjectDescriptor
[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] 19 - /// When included, a [`ProjectDescriptor`][pd] is created which can be used to configure the default
[INFO] [stdout] 19 + /// When included, a [`ProjectDescriptor`] is created which can be used to configure the default
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/startup/initialization/settings.rs:37:35
[INFO] [stdout]    |
[INFO] [stdout] 37 |     /// Create a new [`Settings`](Settings) instance.
[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] 37 -     /// Create a new [`Settings`](Settings) instance.
[INFO] [stdout] 37 +     /// Create a new [`Settings`] instance.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/task/task_ordering.rs:11:52
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// the execution of some task and a [`Buildable`](Buildable).
[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 - /// the execution of some task and a [`Buildable`](Buildable).
[INFO] [stdout] 11 + /// the execution of some task and a [`Buildable`].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/task/task_ordering.rs:13:68
[INFO] [stdout]    |
[INFO] [stdout] 13 | /// The exact constraint is determined by the [`TaskOrderingKind`][0] used
[INFO] [stdout]    |                                                ------------------  ^ explicit target is redundant
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout] note: referenced explicit link target defined here
[INFO] [stdout]   --> src/task/task_ordering.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// [0]: TaskOrderingKind
[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] 13 - /// The exact constraint is determined by the [`TaskOrderingKind`][0] used
[INFO] [stdout] 13 + /// The exact constraint is determined by the [`TaskOrderingKind`] used
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/task.rs:72:73
[INFO] [stdout]    |
[INFO] [stdout] 72 | /// Tasks that are buildable are able to produce a [`BuiltByContainer`][0] that
[INFO] [stdout]    |                                                     ------------------  ^ explicit target is redundant
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout] note: referenced explicit link target defined here
[INFO] [stdout]   --> src/task.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// [0]: BuiltByContainer
[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] 72 - /// Tasks that are buildable are able to produce a [`BuiltByContainer`][0] that
[INFO] [stdout] 72 + /// Tasks that are buildable are able to produce a [`BuiltByContainer`] that
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/task.rs:94:30
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// See [`TaskOrdering`](TaskOrdering) for more information
[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 -     /// See [`TaskOrdering`](TaskOrdering) for more information
[INFO] [stdout] 94 +     /// See [`TaskOrdering`] for more information
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/unstable/text_factory/list.rs:228:61
[INFO] [stdout]     |
[INFO] [stdout] 228 | /// Creates a bullet point factory from a [`FusedIterator`](FusedIterator)
[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] 228 - /// Creates a bullet point factory from a [`FusedIterator`](FusedIterator)
[INFO] [stdout] 228 + /// Creates a bullet point factory from a [`FusedIterator`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/work_queue.rs:4:56
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! 1. By directly interfacing with [`WorkerExecutor`](WorkerExecutor) instance.
[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] 4 - //! 1. By directly interfacing with [`WorkerExecutor`](WorkerExecutor) instance.
[INFO] [stdout] 4 + //! 1. By directly interfacing with [`WorkerExecutor`] instance.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/work_queue.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! 2. Using a [`WorkerQueue`](WorkerQueue), which allows for easy handling of multiple requests.
[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] 5 - //! 2. Using a [`WorkerQueue`](WorkerQueue), which allows for easy handling of multiple requests.
[INFO] [stdout] 5 + //! 2. Using a [`WorkerQueue`], which allows for easy handling of multiple requests.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/work_queue.rs:24:111
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// A Work Token is a single unit of work done within the Work Queue. Can be built using a [WorkTokenBuilder](WorkTokenBuilder)
[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] 24 - /// A Work Token is a single unit of work done within the Work Queue. Can be built using a [WorkTokenBuilder](WorkTokenBuilder)
[INFO] [stdout] 24 + /// A Work Token is a single unit of work done within the Work Queue. Can be built using a [WorkTokenBuilder]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/work_queue.rs:114:43
[INFO] [stdout]     |
[INFO] [stdout] 114 |     /// Create a new [`WorkTokenBuilder`](WorkTokenBuilder) to construct new [`WorkToken`s](WorkToken)
[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] 114 -     /// Create a new [`WorkTokenBuilder`](WorkTokenBuilder) to construct new [`WorkToken`s](WorkToken)
[INFO] [stdout] 114 +     /// Create a new [`WorkTokenBuilder`] to construct new [`WorkToken`s](WorkToken)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/work_queue.rs:526:72
[INFO] [stdout]     |
[INFO] [stdout] 526 | /// A worker queue is a way of submitting work to a [`WorkerExecutor`](WorkerExecutor).
[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] 526 - /// A worker queue is a way of submitting work to a [`WorkerExecutor`](WorkerExecutor).
[INFO] [stdout] 526 + /// A worker queue is a way of submitting work to a [`WorkerExecutor`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/startup/invocation.rs:159:32
[INFO] [stdout]     |
[INFO] [stdout] 159 |     /// Gets this [`Assemble`](Assemble) instance.
[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] 159 -     /// Gets this [`Assemble`](Assemble) instance.
[INFO] [stdout] 159 +     /// Gets this [`Assemble`] instance.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.00s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/assemble_core/index.html
[INFO] running `Command { std: "docker" "inspect" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling merge_derive v0.1.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking merge v0.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking openssl v0.10.81
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.5.1
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking toml_edit v0.16.2
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking config v0.11.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking native-tls v0.2.18
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking ptree v0.4.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]  Documenting assemble-core v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/task/flags.rs:159:24
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let boxed: Box<(dyn Fn(&str) -> Result<Box<dyn Any>, Box<dyn Error + Send + Sync>>)> =
[INFO] [stdout]     |                        ^                                                                  ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 159 -         let boxed: Box<(dyn Fn(&str) -> Result<Box<dyn Any>, Box<dyn Error + Send + Sync>>)> =
[INFO] [stdout] 159 +         let boxed: Box<dyn Fn(&str) -> Result<Box<dyn Any>, Box<dyn Error + Send + Sync>>> =
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::tasks::CreateTask`
[INFO] [stdout]   --> src/lazy_evaluation.rs:15:20
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! [`CreateTask`](crate::tasks::CreateTask) derive macro.
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `tasks` in module `assemble_core`
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #![deny(rustdoc::broken_intra_doc_links)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TaskDependency`
[INFO] [stdout]  --> src/project/buildable.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! - Any type that implements [`TaskDependency`](TaskDependency)
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^ no item named `TaskDependency` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::startup::invocation::Assemble;`
[INFO] [stdout]   --> src/startup.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! [assemble_struct]: crate::startup::invocation::Assemble;
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Assemble;` in module `invocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::startup::initialization::Settings;`
[INFO] [stdout]   --> src/startup.rs:14:26
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! [assemble_settings]: crate::startup::initialization::Settings;
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Settings;` in module `initialization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::project::SharedProject`
[INFO] [stdout]   --> src/startup/initialization/settings.rs:11:105
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// Declares the configuration required to instantiate and configure the hierarchy of [`SharedProject`](crate::project::SharedProject)
[INFO] [stdout]    |                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `SharedProject` in module `project`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WorkerQueue::finish_jobs`
[INFO] [stdout]    --> src/work_queue.rs:213:96
[INFO] [stdout]     |
[INFO] [stdout] 213 |     /// Waits for all workers to finish. Unlike the drop implementation, Calls [`finish_jobs`](WorkerQueue::finish_jobs).
[INFO] [stdout]     |                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `WorkerQueue` has no field or associated item named `finish_jobs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/cryptography.rs:127:62
[INFO] [stdout]     |
[INFO] [stdout] 127 | /// Convenience method for hashing a value into a [`Sha256`](Sha256) value
[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] 127 - /// Convenience method for hashing a value into a [`Sha256`](Sha256) value
[INFO] [stdout] 127 + /// Convenience method for hashing a value into a [`Sha256`] value
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/cryptography.rs:134:61
[INFO] [stdout]     |
[INFO] [stdout] 134 | /// Convenience method for hashing a file into a [`Sha256`](Sha256) value
[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] 134 - /// Convenience method for hashing a file into a [`Sha256`](Sha256) value
[INFO] [stdout] 134 + /// Convenience method for hashing a file into a [`Sha256`] value
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/dependencies/dependency_container.rs:27:36
[INFO] [stdout]    |
[INFO] [stdout] 27 |     /// Create a [`Configuration`](Configuration) with a given `name`.
[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] 27 -     /// Create a [`Configuration`](Configuration) with a given `name`.
[INFO] [stdout] 27 +     /// Create a [`Configuration`] with a given `name`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/dependencies/dependency_container.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |     /// Create a [`Configuration`](Configuration) with a given `name`.
[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] 41 -     /// Create a [`Configuration`](Configuration) with a given `name`.
[INFO] [stdout] 41 +     /// Create a [`Configuration`] with a given `name`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/flow/attributes.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 |     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Less) is compatible
[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] 79 -     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Less) is compatible
[INFO] [stdout] 79 +     /// Add the [PartialOrd] as a compatibility rule, where Some(Equals) and Some(Less) is compatible
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/flow/attributes.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 |     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Greater) is compatible
[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] 95 -     /// Add the [PartialOrd](PartialOrd) as a compatibility rule, where Some(Equals) and Some(Greater) is compatible
[INFO] [stdout] 95 +     /// Add the [PartialOrd] as a compatibility rule, where Some(Equals) and Some(Greater) is compatible
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/identifier.rs:157:62
[INFO] [stdout]     |
[INFO] [stdout] 157 |     /// Returns this part of an identifier path as an [`Id`](Id)
[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] 157 -     /// Returns this part of an identifier path as an [`Id`](Id)
[INFO] [stdout] 157 +     /// Returns this part of an identifier path as an [`Id`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/lazy_evaluation.rs:3:65
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! The main driving trait that allows for this is [`Provider`](Provider). Objects that
[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] 3 - //! The main driving trait that allows for this is [`Provider`](Provider). Objects that
[INFO] [stdout] 3 + //! The main driving trait that allows for this is [`Provider`]. Objects that
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lazy_evaluation.rs:40:55
[INFO] [stdout]    |
[INFO] [stdout] 40 | /// can be chained together using the [`ProviderExt`][0] trait.
[INFO] [stdout]    |                                        -------------  ^ explicit target is redundant
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout] note: referenced explicit link target defined here
[INFO] [stdout]   --> src/lazy_evaluation.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 | /// [0]: ProviderExt
[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] 40 - /// can be chained together using the [`ProviderExt`][0] trait.
[INFO] [stdout] 40 + /// can be chained together using the [`ProviderExt`] trait.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/project/buildable.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! - `String`, `&str`, or [`TaskId`](crate::__export::TaskId)
[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] 6 - //! - `String`, `&str`, or [`TaskId`](crate::__export::TaskId)
[INFO] [stdout] 6 + //! - `String`, `&str`, or [`TaskId`]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/project/buildable.rs:8:46
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! - Any type that implements [`Buildable`](Buildable)
[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] 8 - //! - Any type that implements [`Buildable`](Buildable)
[INFO] [stdout] 8 + //! - Any type that implements [`Buildable`]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/project/finder.rs:50:95
[INFO] [stdout]    |
[INFO] [stdout] 50 |     /// For more info on how finding works, check out the definition of the [`ProjectFinder`](ProjectFinder)
[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] 50 -     /// For more info on how finding works, check out the definition of the [`ProjectFinder`](ProjectFinder)
[INFO] [stdout] 50 +     /// For more info on how finding works, check out the definition of the [`ProjectFinder`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/project/finder.rs:301:40
[INFO] [stdout]     |
[INFO] [stdout] 301 | /// An owned version of a [`TaskPath`](TaskPath).
[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] 301 - /// An owned version of a [`TaskPath`](TaskPath).
[INFO] [stdout] 301 + /// An owned version of a [`TaskPath`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/project/shared.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 | /// [`Project`](Project) instance.
[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] 20 - /// [`Project`](Project) instance.
[INFO] [stdout] 20 + /// [`Project`] instance.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/project.rs:237:48
[INFO] [stdout]     |
[INFO] [stdout] 237 |     /// Gets a list of all tasks by [`TaskId`](TaskId)
[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] 237 -     /// Gets a list of all tasks by [`TaskId`](TaskId)
[INFO] [stdout] 237 +     /// Gets a list of all tasks by [`TaskId`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/task.rs:72:73
[INFO] [stdout]    |
[INFO] [stdout] 72 | /// Tasks that are buildable are able to produce a [`BuiltByContainer`][0] that
[INFO] [stdout]    |                                                     ------------------  ^ explicit target is redundant
[INFO] [stdout]    |                                                     |
[INFO] [stdout]    |                                                     because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout] note: referenced explicit link target defined here
[INFO] [stdout]   --> src/task.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// [0]: BuiltByContainer
[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] 72 - /// Tasks that are buildable are able to produce a [`BuiltByContainer`][0] that
[INFO] [stdout] 72 + /// Tasks that are buildable are able to produce a [`BuiltByContainer`] that
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/task.rs:94:30
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// See [`TaskOrdering`](TaskOrdering) for more information
[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 -     /// See [`TaskOrdering`](TaskOrdering) for more information
[INFO] [stdout] 94 +     /// See [`TaskOrdering`] for more information
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/work_queue.rs:4:56
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! 1. By directly interfacing with [`WorkerExecutor`](WorkerExecutor) instance.
[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] 4 - //! 1. By directly interfacing with [`WorkerExecutor`](WorkerExecutor) instance.
[INFO] [stdout] 4 + //! 1. By directly interfacing with [`WorkerExecutor`] instance.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/work_queue.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! 2. Using a [`WorkerQueue`](WorkerQueue), which allows for easy handling of multiple requests.
[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] 5 - //! 2. Using a [`WorkerQueue`](WorkerQueue), which allows for easy handling of multiple requests.
[INFO] [stdout] 5 + //! 2. Using a [`WorkerQueue`], which allows for easy handling of multiple requests.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/work_queue.rs:24:111
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// A Work Token is a single unit of work done within the Work Queue. Can be built using a [WorkTokenBuilder](WorkTokenBuilder)
[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] 24 - /// A Work Token is a single unit of work done within the Work Queue. Can be built using a [WorkTokenBuilder](WorkTokenBuilder)
[INFO] [stdout] 24 + /// A Work Token is a single unit of work done within the Work Queue. Can be built using a [WorkTokenBuilder]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/work_queue.rs:114:43
[INFO] [stdout]     |
[INFO] [stdout] 114 |     /// Create a new [`WorkTokenBuilder`](WorkTokenBuilder) to construct new [`WorkToken`s](WorkToken)
[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] 114 -     /// Create a new [`WorkTokenBuilder`](WorkTokenBuilder) to construct new [`WorkToken`s](WorkToken)
[INFO] [stdout] 114 +     /// Create a new [`WorkTokenBuilder`] to construct new [`WorkToken`s](WorkToken)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/work_queue.rs:526:72
[INFO] [stdout]     |
[INFO] [stdout] 526 | /// A worker queue is a way of submitting work to a [`WorkerExecutor`](WorkerExecutor).
[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] 526 - /// A worker queue is a way of submitting work to a [`WorkerExecutor`](WorkerExecutor).
[INFO] [stdout] 526 + /// A worker queue is a way of submitting work to a [`WorkerExecutor`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/startup/invocation.rs:159:32
[INFO] [stdout]     |
[INFO] [stdout] 159 |     /// Gets this [`Assemble`](Assemble) instance.
[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] 159 -     /// Gets this [`Assemble`](Assemble) instance.
[INFO] [stdout] 159 +     /// Gets this [`Assemble`] instance.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.50s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/assemble_core/index.html
[INFO] running `Command { std: "docker" "inspect" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509", kill_on_drop: false }`
[INFO] [stdout] 552a18a94ff911fcbbc8eb3fe3a1ada5a33da78da9f570c096ca1f0e23aa7509
