nym-task 1.21.4

Task handling
Documentation

Build #3921099 2026-07-22 10:50:32

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "80b68ef53ea601fdd8ba68f73ed60da47174bff4de97914d5c617df32e8763c0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting nym-task v1.21.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `TaskManager` [INFO] [stderr] --> src/cancellation/manager.rs:97:54 [INFO] [stderr] | [INFO] [stderr] 97 | /// Include support for the legacy [TaskManager](TaskManager) to this instance of the ShutdownManager. [INFO] [stderr] | ^^^^^^^^^^^ no item named `TaskManager` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TaskClient` [INFO] [stderr] --> src/cancellation/manager.rs:98:46 [INFO] [stderr] | [INFO] [stderr] 98 | /// This will allow issuing [TaskClient](TaskClient) for tasks that still require them. [INFO] [stderr] | ^^^^^^^^^^ no item named `TaskClient` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TaskClient` [INFO] [stderr] --> src/cancellation/manager.rs:474:49 [INFO] [stderr] | [INFO] [stderr] 474 | /// Attempt to create a handle to a legacy [TaskClient] to support tasks that hasn't migrated [INFO] [stderr] | ^^^^^^^^^^ no item named `TaskClient` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TaskManager` [INFO] [stderr] --> src/cancellation/manager.rs:475:26 [INFO] [stderr] | [INFO] [stderr] 475 | /// from the legacy [TaskManager]. [INFO] [stderr] | ^^^^^^^^^^^ no item named `TaskManager` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TaskManager` [INFO] [stderr] --> src/cancellation/manager.rs:548:68 [INFO] [stderr] | [INFO] [stderr] 548 | /// and sending shutdown signal, if applicable, on the legacy [TaskManager] [INFO] [stderr] | ^^^^^^^^^^^ no item named `TaskManager` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ShutdownManager` [INFO] [stderr] --> src/cancellation/tracker.rs:17:52 [INFO] [stderr] | [INFO] [stderr] 17 | /// without having to pass whole [ShutdownManager](ShutdownManager) around. [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `ShutdownManager` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ShutdownManager` [INFO] [stderr] --> src/cancellation/tracker.rs:254:39 [INFO] [stderr] | [INFO] [stderr] 254 | /// that is not [ShutdownManager](ShutdownManager), but interface requires providing a ShutdownTracker, [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `ShutdownManager` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/manager.rs:365:87 [INFO] [stderr] | [INFO] [stderr] 365 | /// Add additional panic hook such that upon triggering, the root [ShutdownToken](ShutdownToken) gets cancelled. [INFO] [stderr] | ------------- ^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 365 - /// Add additional panic hook such that upon triggering, the root [ShutdownToken](ShutdownToken) gets cancelled. [INFO] [stderr] 365 + /// Add additional panic hook such that upon triggering, the root [ShutdownToken] gets cancelled. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/manager.rs:404:50 [INFO] [stderr] | [INFO] [stderr] 404 | /// Returns true if the root [ShutdownToken](ShutdownToken) has been cancelled. [INFO] [stderr] | ------------- ^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 404 - /// Returns true if the root [ShutdownToken](ShutdownToken) has been cancelled. [INFO] [stderr] 404 + /// Returns true if the root [ShutdownToken] has been cancelled. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/manager.rs:409:55 [INFO] [stderr] | [INFO] [stderr] 409 | /// Get a reference to the used [ShutdownTracker](ShutdownTracker) [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 409 - /// Get a reference to the used [ShutdownTracker](ShutdownTracker) [INFO] [stderr] 409 + /// Get a reference to the used [ShutdownTracker] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/manager.rs:414:61 [INFO] [stderr] | [INFO] [stderr] 414 | /// Get a cloned instance of the used [ShutdownTracker](ShutdownTracker) [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 414 - /// Get a cloned instance of the used [ShutdownTracker](ShutdownTracker) [INFO] [stderr] 414 + /// Get a cloned instance of the used [ShutdownTracker] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/manager.rs:464:34 [INFO] [stderr] | [INFO] [stderr] 464 | /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) that is a child of the root token [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 464 - /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) that is a child of the root token [INFO] [stderr] 464 + /// Obtain a [ShutdownToken] that is a child of the root token [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/manager.rs:469:34 [INFO] [stderr] | [INFO] [stderr] 469 | /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) on the same hierarchical structure as the root token [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 469 - /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) on the same hierarchical structure as the root token [INFO] [stderr] 469 + /// Obtain a [ShutdownToken] on the same hierarchical structure as the root token [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | /// A wrapped [CancellationToken](tokio_util::sync::CancellationToken) that is used for [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - /// A wrapped [CancellationToken](tokio_util::sync::CancellationToken) that is used for [INFO] [stderr] 11 + /// A wrapped [CancellationToken] that is used for [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:49:62 [INFO] [stderr] | [INFO] [stderr] 49 | /// Gets reference to the underlying [CancellationToken](tokio_util::sync::CancellationToken). [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 49 - /// Gets reference to the underlying [CancellationToken](tokio_util::sync::CancellationToken). [INFO] [stderr] 49 + /// Gets reference to the underlying [CancellationToken]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:54:42 [INFO] [stderr] | [INFO] [stderr] 54 | /// Get an owned [CancellationToken](tokio_util::sync::CancellationToken) for public API use. [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 54 - /// Get an owned [CancellationToken](tokio_util::sync::CancellationToken) for public API use. [INFO] [stderr] 54 + /// Get an owned [CancellationToken] for public API use. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:73:51 [INFO] [stderr] | [INFO] [stderr] 73 | /// Cancel the underlying [CancellationToken](tokio_util::sync::CancellationToken) and all child tokens which had been [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 73 - /// Cancel the underlying [CancellationToken](tokio_util::sync::CancellationToken) and all child tokens which had been [INFO] [stderr] 73 + /// Cancel the underlying [CancellationToken] and all child tokens which had been [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:81:62 [INFO] [stderr] | [INFO] [stderr] 81 | /// Returns `true` if the underlying [CancellationToken](tokio_util::sync::CancellationToken) is cancelled. [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 81 - /// Returns `true` if the underlying [CancellationToken](tokio_util::sync::CancellationToken) is cancelled. [INFO] [stderr] 81 + /// Returns `true` if the underlying [CancellationToken] is cancelled. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:154:31 [INFO] [stderr] | [INFO] [stderr] 154 | /// A wrapper for [DropGuard](tokio_util::sync::DropGuard) that wraps around a cancellation token [INFO] [stderr] | --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 154 - /// A wrapper for [DropGuard](tokio_util::sync::DropGuard) that wraps around a cancellation token [INFO] [stderr] 154 + /// A wrapper for [DropGuard] that wraps around a cancellation token [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/token.rs:162:40 [INFO] [stderr] | [INFO] [stderr] 162 | /// Returns stored [ShutdownToken](ShutdownToken) and removes this drop guard instance [INFO] [stderr] | ------------- ^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 162 - /// Returns stored [ShutdownToken](ShutdownToken) and removes this drop guard instance [INFO] [stderr] 162 + /// Returns stored [ShutdownToken] and removes this drop guard instance [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | /// Extracted [TaskTracker](tokio_util::task::TaskTracker) and [ShutdownToken](ShutdownToken) to more easily allow tracking nested t... [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 16 - /// Extracted [TaskTracker](tokio_util::task::TaskTracker) and [ShutdownToken](ShutdownToken) to more easily allow tracking nested tasks [INFO] [stderr] 16 + /// Extracted [TaskTracker] and [ShutdownToken](ShutdownToken) to more easily allow tracking nested tasks [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:16:80 [INFO] [stderr] | [INFO] [stderr] 16 | ...l::task::TaskTracker) and [ShutdownToken](ShutdownToken) to more easily allow tracking nested tasks [INFO] [stderr] | ------------- ^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 16 - /// Extracted [TaskTracker](tokio_util::task::TaskTracker) and [ShutdownToken](ShutdownToken) to more easily allow tracking nested tasks [INFO] [stderr] 16 + /// Extracted [TaskTracker](tokio_util::task::TaskTracker) and [ShutdownToken] to more easily allow tracking nested tasks [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:34:110 [INFO] [stderr] | [INFO] [stderr] 34 | ...track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 34 - /// Spawn the provided future on the current Tokio runtime, and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 34 + /// Spawn the provided future on the current Tokio runtime, and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:46:54 [INFO] [stderr] | [INFO] [stderr] 46 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 46 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 46 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:63:54 [INFO] [stderr] | [INFO] [stderr] 63 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 63 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 63 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:74:54 [INFO] [stderr] | [INFO] [stderr] 74 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 74 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 74 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:85:54 [INFO] [stderr] | [INFO] [stderr] 85 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 85 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 85 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:97:54 [INFO] [stderr] | [INFO] [stderr] 97 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 97 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 97 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:110:54 [INFO] [stderr] | [INFO] [stderr] 110 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 110 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 110 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:146:54 [INFO] [stderr] | [INFO] [stderr] 146 | /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 146 - /// and track it in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 146 + /// and track it in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:263:50 [INFO] [stderr] | [INFO] [stderr] 263 | /// Waits until the underlying [TaskTracker](tokio_util::task::TaskTracker) is both closed and empty. [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 263 - /// Waits until the underlying [TaskTracker](tokio_util::task::TaskTracker) is both closed and empty. [INFO] [stderr] 263 + /// Waits until the underlying [TaskTracker] is both closed and empty. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:265:41 [INFO] [stderr] | [INFO] [stderr] 265 | /// If the underlying [TaskTracker](tokio_util::task::TaskTracker) is already closed and empty when this method is called, then it [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 265 - /// If the underlying [TaskTracker](tokio_util::task::TaskTracker) is already closed and empty when this method is called, then it [INFO] [stderr] 265 + /// If the underlying [TaskTracker] is already closed and empty when this method is called, then it [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:271:44 [INFO] [stderr] | [INFO] [stderr] 271 | /// Close the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 271 - /// Close the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 271 + /// Close the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:275:68 [INFO] [stderr] | [INFO] [stderr] 275 | /// Returns `true` if this closed the underlying [TaskTracker](tokio_util::task::TaskTracker), or `false` if it was already clo... [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 275 - /// Returns `true` if this closed the underlying [TaskTracker](tokio_util::task::TaskTracker), or `false` if it was already closed. [INFO] [stderr] 275 + /// Returns `true` if this closed the underlying [TaskTracker], or `false` if it was already closed. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:282:45 [INFO] [stderr] | [INFO] [stderr] 282 | /// Reopen the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 282 - /// Reopen the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 282 + /// Reopen the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:284:105 [INFO] [stderr] | [INFO] [stderr] 284 | ...ng even if the underlying [TaskTracker](tokio_util::task::TaskTracker) is empty. [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 284 - /// This prevents [`wait_for_tracker`] futures from completing even if the underlying [TaskTracker](tokio_util::task::TaskTracker) is empty. [INFO] [stderr] 284 + /// This prevents [`wait_for_tracker`] futures from completing even if the underlying [TaskTracker] is empty. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:286:70 [INFO] [stderr] | [INFO] [stderr] 286 | ...s reopened the underlying [TaskTracker](tokio_util::task::TaskTracker), or `false` if it was already open. [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 286 - /// Returns `true` if this reopened the underlying [TaskTracker](tokio_util::task::TaskTracker), or `false` if it was already open. [INFO] [stderr] 286 + /// Returns `true` if this reopened the underlying [TaskTracker], or `false` if it was already open. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:293:56 [INFO] [stderr] | [INFO] [stderr] 293 | /// Returns `true` if the underlying [TaskTracker](tokio_util::task::TaskTracker) is [closed](Self::close_tracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 293 - /// Returns `true` if the underlying [TaskTracker](tokio_util::task::TaskTracker) is [closed](Self::close_tracker). [INFO] [stderr] 293 + /// Returns `true` if the underlying [TaskTracker] is [closed](Self::close_tracker). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:298:77 [INFO] [stderr] | [INFO] [stderr] 298 | /// Returns the number of tasks tracked by the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 298 - /// Returns the number of tasks tracked by the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 298 + /// Returns the number of tasks tracked by the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:303:78 [INFO] [stderr] | [INFO] [stderr] 303 | /// Returns `true` if there are no tasks in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 303 - /// Returns `true` if there are no tasks in the underlying [TaskTracker](tokio_util::task::TaskTracker). [INFO] [stderr] 303 + /// Returns `true` if there are no tasks in the underlying [TaskTracker]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:308:34 [INFO] [stderr] | [INFO] [stderr] 308 | /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) that is a child of the root token [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 308 - /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) that is a child of the root token [INFO] [stderr] 308 + /// Obtain a [ShutdownToken] that is a child of the root token [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cancellation/tracker.rs:313:34 [INFO] [stderr] | [INFO] [stderr] 313 | /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) on the same hierarchical structure as the root token [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 313 - /// Obtain a [ShutdownToken](crate::cancellation::ShutdownToken) on the same hierarchical structure as the root token [INFO] [stderr] 313 + /// Obtain a [ShutdownToken] on the same hierarchical structure as the root token [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `nym-task` (lib doc) generated 42 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/nym_task/index.html [INFO] running `Command { std: "docker" "inspect" "80b68ef53ea601fdd8ba68f73ed60da47174bff4de97914d5c617df32e8763c0", kill_on_drop: false }`