futures-channel-preview 0.2.2

Channels for asynchronous communication using futures-rs.
Documentation
Build #1503967 2024-11-07T05:39:58.760363+00:00
# rustc version
rustc 1.84.0-nightly (854980293 2024-11-06)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/futures-channel-preview-0.2.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/futures-channel-preview-0.2.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241106-1.84.0-nightly-854980293\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 0d4e616480e69b7e1695865de12178d258f2388bf807f4543727a278ebe3f531
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "0d4e616480e69b7e1695865de12178d258f2388bf807f4543727a278ebe3f531", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting futures-channel-preview v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Context`
[INFO] [stderr]    --> src/oneshot.rs:408:35
[INFO] [stderr]     |
[INFO] [stderr] 408 |     /// Useful when a [`Context`](Context) is not available such as within a
[INFO] [stderr]     |                                   ^^^^^^^ no item named `Context` 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: redundant explicit link target
[INFO] [stderr]  --> src/mpsc/mod.rs:4:68
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! Similarly to the `std`, channel creation provides [`Receiver`](Receiver) and
[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] 4 | //! Similarly to the `std`, channel creation provides [`Receiver`] and
[INFO] [stderr]   |                                                       ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/mpsc/mod.rs:5:16
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! [`Sender`](Sender) handles. [`Receiver`](Receiver) implements
[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] 5 | //! [`Sender`] handles. [`Receiver`](Receiver) implements
[INFO] [stderr]   |     ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/mpsc/mod.rs:5:46
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! [`Sender`](Sender) handles. [`Receiver`](Receiver) implements
[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] 5 | //! [`Sender`](Sender) handles. [`Receiver`] implements
[INFO] [stderr]   |                                 ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/mpsc/mod.rs:8:57
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! will be awoken when a new value is sent. [`Sender`](Sender) implements the
[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] 8 | //! will be awoken when a new value is sent. [`Sender`] implements the
[INFO] [stderr]   |                                              ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/mpsc/mod.rs:16:23
[INFO] [stderr]    |
[INFO] [stderr] 16 | //! the [`unbounded`](unbounded) function.
[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 | //! the [`unbounded`] function.
[INFO] [stderr]    |         ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/mpsc/mod.rs:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | //! When all [`Sender`](Sender)s have been dropped, it is no longer
[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] 20 | //! When all [`Sender`]s have been dropped, it is no longer
[INFO] [stderr]    |              ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/mpsc/mod.rs:25:25
[INFO] [stderr]    |
[INFO] [stderr] 25 | //! If the [`Receiver`](Receiver) handle is dropped, then messages can no longer
[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] 25 | //! If the [`Receiver`] handle is dropped, then messages can no longer
[INFO] [stderr]    |            ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/mpsc/mod.rs:31:25
[INFO] [stderr]    |
[INFO] [stderr] 31 | //! If the [`Receiver`](Receiver) is simply dropped, then it is possible 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] 31 | //! If the [`Receiver`] is simply dropped, then it is possible for
[INFO] [stderr]    |            ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/mpsc/mod.rs:98:46
[INFO] [stderr]    |
[INFO] [stderr] 98 | /// This value is created by the [`channel`](channel) function.
[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] 98 | /// This value is created by the [`channel`] function.
[INFO] [stderr]    |                                  ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/mpsc/mod.rs:116:46
[INFO] [stderr]     |
[INFO] [stderr] 116 | /// This value is created by the [`channel`](channel) function.
[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] 116 | /// This value is created by the [`channel`] function.
[INFO] [stderr]     |                                  ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/mpsc/mod.rs:335:22
[INFO] [stderr]     |
[INFO] [stderr] 335 | /// The [`Receiver`](Receiver) returned implements the
[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] 335 | /// The [`Receiver`] returned implements the
[INFO] [stderr]     |         ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/mpsc/mod.rs:336:40
[INFO] [stderr]     |
[INFO] [stderr] 336 | /// [`Stream`] trait, while [`Sender`](Sender) implements
[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] 336 | /// [`Stream`] trait, while [`Sender`] implements
[INFO] [stderr]     |                             ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/mpsc/mod.rs:903:48
[INFO] [stderr]     |
[INFO] [stderr] 903 | /// This value is created by the [`unbounded`](unbounded) function.
[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] 903 | /// This value is created by the [`unbounded`] function.
[INFO] [stderr]     |                                  ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/mpsc/mod.rs:909:48
[INFO] [stderr]     |
[INFO] [stderr] 909 | /// This value is created by the [`unbounded`](unbounded) function.
[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] 909 | /// This value is created by the [`unbounded`] function.
[INFO] [stderr]     |                                  ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/oneshot.rs:17:40
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// This is created by the [`channel`](channel) function.
[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] 17 | /// This is created by the [`channel`] function.
[INFO] [stderr]    |                            ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/oneshot.rs:26:40
[INFO] [stderr]    |
[INFO] [stderr] 26 | /// This is created by the [`channel`](channel) function.
[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] 26 | /// This is created by the [`channel`] function.
[INFO] [stderr]    |                            ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/oneshot.rs:333:22
[INFO] [stderr]     |
[INFO] [stderr] 333 |     /// [`Receiver`](Receiver), that the value provided is the result of the
[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] 333 |     /// [`Receiver`], that the value provided is the result of the
[INFO] [stderr]     |         ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/oneshot.rs:345:22
[INFO] [stderr]     |
[INFO] [stderr] 345 |     /// [`Receiver`](Receiver) with has been dropped.
[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] 345 |     /// [`Receiver`] with has been dropped.
[INFO] [stderr]     |         ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/oneshot.rs:377:40
[INFO] [stderr]     |
[INFO] [stderr] 377 | /// Error returned from a [`Receiver`](Receiver) when the corresponding
[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] 377 | /// Error returned from a [`Receiver`] when the corresponding
[INFO] [stderr]     |                           ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/oneshot.rs:378:16
[INFO] [stderr]     |
[INFO] [stderr] 378 | /// [`Sender`](Sender) is dropped.
[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] 378 | /// [`Sender`] is dropped.
[INFO] [stderr]     |     ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `futures-channel-preview` (lib doc) generated 21 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]    Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/futures_channel/index.html
[INFO] running `Command { std: "docker" "inspect" "0d4e616480e69b7e1695865de12178d258f2388bf807f4543727a278ebe3f531", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d4e616480e69b7e1695865de12178d258f2388bf807f4543727a278ebe3f531", kill_on_drop: false }`
[INFO] [stdout] 0d4e616480e69b7e1695865de12178d258f2388bf807f4543727a278ebe3f531