stream-cancel 0.8.2

A library for interrupting asynchronous streams.
Documentation
Build #1065082 2023-12-17T17:20:15.785910+00:00
# rustc version
rustc 1.76.0-nightly (445177724 2023-12-16)# docs.rs version
docsrs 0.6.0 (7ef5327a 2023-12-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/stream-cancel-0.8.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/stream-cancel-0.8.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231216-1.76.0-nightly-445177724\", \"--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] [stdout] 17114054ea9c5b30d9d1e09b798ebc8532b5d0694d34efb7d411098b52b758d8
[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" "17114054ea9c5b30d9d1e09b798ebc8532b5d0694d34efb7d411098b52b758d8", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting stream-cancel v0.8.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Valve::Wrap`
[INFO] [stderr]   --> src/lib.rs:80:48
[INFO] [stderr]    |
[INFO] [stderr] 80 | //! and then wrapping multiple streams using [`Valve::Wrap`]:
[INFO] [stderr]    |                                                ^^^^^^^^^^^ the struct `Valve` has no field or associated item named `Wrap`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Trigger::close`
[INFO] [stderr]   --> src/wrapper.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr] 8  | / /// A `Valve` is associated with a [`Trigger`], and can be used to wrap one or more
[INFO] [stderr] 9  | | /// asynchronous streams. All streams wrapped by a given `Valve` (or its clones) will be
[INFO] [stderr] 10 | | /// interrupted when [`Trigger::close`] is called on the valve's associated handle.
[INFO] [stderr]    | |___________________________________________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            interrupted when [`Trigger::close`] is called on the valve's associated handle.
[INFO] [stderr]                              ^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: the struct `Trigger` has no field or associated item named `close`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Trigger::close`
[INFO] [stderr]   --> src/wrapper.rs:24:16
[INFO] [stderr]    |
[INFO] [stderr] 24 |     /// When [`Trigger::close`] is called on the handle associated with this valve, the given
[INFO] [stderr]    |                ^^^^^^^^^^^^^^ the struct `Trigger` has no field or associated item named `close`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Trigger::close`
[INFO] [stderr]   --> src/wrapper.rs:44:44
[INFO] [stderr]    |
[INFO] [stderr] 44 | /// that `Valved` is also produced; when [`Trigger::close`] is called on that handle, the
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^ the struct `Trigger` has no field or associated item named `close`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Trigger::close`
[INFO] [stderr]   --> src/wrapper.rs:52:38
[INFO] [stderr]    |
[INFO] [stderr] 52 |     /// To cancel the stream, call [`Trigger::close`] on the returned handle.
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^ the struct `Trigger` has no field or associated item named `close`
[INFO] [stderr] 
[INFO] [stderr] warning: `stream-cancel` (lib doc) generated 5 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/stream_cancel/index.html
[INFO] running `Command { std: "docker" "inspect" "17114054ea9c5b30d9d1e09b798ebc8532b5d0694d34efb7d411098b52b758d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17114054ea9c5b30d9d1e09b798ebc8532b5d0694d34efb7d411098b52b758d8", kill_on_drop: false }`
[INFO] [stdout] 17114054ea9c5b30d9d1e09b798ebc8532b5d0694d34efb7d411098b52b758d8