arbitrary 1.3.2

The trait for generating structured data from unstructured data
Documentation
Build #981624 2023-11-18T20:25:38.567795+00:00
# rustc version
rustc 1.76.0-nightly (283170175 2023-11-17)# docs.rs version
docsrs 0.6.0 (30e2f2ce 2023-11-16)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/arbitrary-1.3.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/arbitrary-1.3.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\", \"-20231117-1.76.0-nightly-283170175\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 83053ce6e47b1beecc0edba47ae499d9080e3cc5f3131c3297c79820e6ac3df6
[INFO] running `Command { std: "docker" "start" "-a" "83053ce6e47b1beecc0edba47ae499d9080e3cc5f3131c3297c79820e6ac3df6", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: derive_enum
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting arbitrary v1.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:105:22
[INFO] [stderr]     |
[INFO] [stderr] 105 | /// [`Unstructured`][crate::Unstructured] type helps you with these 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]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 105 | /// [`Unstructured`] type helps you with these tasks.
[INFO] [stderr]     |     ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:179:57
[INFO] [stderr]     |
[INFO] [stderr] 179 |     /// See also the documentation for [`Unstructured`][crate::Unstructured].
[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] 179 |     /// See also the documentation for [`Unstructured`].
[INFO] [stderr]     |                                        ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:188:26
[INFO] [stderr]     |
[INFO] [stderr] 188 |     /// [`Unstructured`][crate::Unstructured].
[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] 188 |     /// [`Unstructured`].
[INFO] [stderr]     |         ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:210:23
[INFO] [stderr]     |
[INFO] [stderr] 210 |     /// [`size_hint`][crate::size_hint] module will help with this task.
[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] 210 |     /// [`size_hint`] module will help with this task.
[INFO] [stderr]     |         ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `arbitrary` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/arbitrary/index.html
[INFO] running `Command { std: "docker" "inspect" "83053ce6e47b1beecc0edba47ae499d9080e3cc5f3131c3297c79820e6ac3df6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83053ce6e47b1beecc0edba47ae499d9080e3cc5f3131c3297c79820e6ac3df6", kill_on_drop: false }`
[INFO] [stdout] 83053ce6e47b1beecc0edba47ae499d9080e3cc5f3131c3297c79820e6ac3df6