# rustc version rustc 1.88.0-nightly (d6c1e454a 2025-04-21)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/fuz_json_parser-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/fuz_json_parser-0.1.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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250421-1.88.0-nightly-d6c1e454a\", \"--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] 082bd49b97fcf748fca31504dfd59abf3115ee629d0cf33498ea2c6ac79c2f45 [INFO] running `Command { std: "docker" "start" "-a" "082bd49b97fcf748fca31504dfd59abf3115ee629d0cf33498ea2c6ac79c2f45", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting fuz_json_parser v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/json_parser/parsers.rs:9:28 [INFO] [stderr] | [INFO] [stderr] 9 | /// parse [JsonValue::Num](crate::values::JsonValue::Num) from [ParserState] [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] 9 - /// parse [JsonValue::Num](crate::values::JsonValue::Num) from [ParserState] [INFO] [stderr] 9 + /// parse [JsonValue::Num] from [ParserState] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/json_parser/parsers.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | //! return will be a [JsonValue::Num](crate::values::JsonValue::Num) containing either [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] 12 - //! return will be a [JsonValue::Num](crate::values::JsonValue::Num) containing either [INFO] [stderr] 12 + //! return will be a [JsonValue::Num] containing either [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/json_parser/parsers.rs:13:24 [INFO] [stderr] | [INFO] [stderr] 13 | //! [JsonNum::Int](crate::values::JsonNum::Int) or [JsonNum::Float](crate::values::JsonNum::Float) [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] 13 - //! [JsonNum::Int](crate::values::JsonNum::Int) or [JsonNum::Float](crate::values::JsonNum::Float) [INFO] [stderr] 13 + //! [JsonNum::Int] or [JsonNum::Float](crate::values::JsonNum::Float) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/json_parser/parsers.rs:13:73 [INFO] [stderr] | [INFO] [stderr] 13 | //! [JsonNum::Int](crate::values::JsonNum::Int) or [JsonNum::Float](crate::values::JsonNum::Float) [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] 13 - //! [JsonNum::Int](crate::values::JsonNum::Int) or [JsonNum::Float](crate::values::JsonNum::Float) [INFO] [stderr] 13 + //! [JsonNum::Int](crate::values::JsonNum::Int) or [JsonNum::Float] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/json_parser/parsers.rs:72:28 [INFO] [stderr] | [INFO] [stderr] 72 | /// parse [JsonValue::Obj](crate::values::JsonValue::Obj) from [ParserState] [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] 72 - /// parse [JsonValue::Obj](crate::values::JsonValue::Obj) from [ParserState] [INFO] [stderr] 72 + /// parse [JsonValue::Obj] from [ParserState] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/json_parser/parsers.rs:99:30 [INFO] [stderr] | [INFO] [stderr] 99 | /// parse [JsonValue::Array](crate::values::JsonValue::Array) from [ParserState] [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] 99 - /// parse [JsonValue::Array](crate::values::JsonValue::Array) from [ParserState] [INFO] [stderr] 99 + /// parse [JsonValue::Array] from [ParserState] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `fuz_json_parser` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/fuz_json_parser/index.html [INFO] running `Command { std: "docker" "inspect" "082bd49b97fcf748fca31504dfd59abf3115ee629d0cf33498ea2c6ac79c2f45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "082bd49b97fcf748fca31504dfd59abf3115ee629d0cf33498ea2c6ac79c2f45", kill_on_drop: false }` [INFO] [stdout] 082bd49b97fcf748fca31504dfd59abf3115ee629d0cf33498ea2c6ac79c2f45