# rustc version rustc 1.99.0-nightly (7608eb7b0 2026-08-05)
# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )
# 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" "081c5e93a27738f5a2fe9a59bba6a65f4c7c1bf699fdc7b239f78d9d7173b8c5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260805-1.99.0-nightly-7608eb7b0\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: nom-json, peg-list [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 imstr v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:9:71 [INFO] [stderr] | [INFO] [stderr] 9 | //! This crate is heavily inspired by the standard library's [String](std::string::String) type 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] 9 - //! This crate is heavily inspired by the standard library's [String](std::string::String) type and [INFO] [stderr] 9 + //! This crate is heavily inspired by the standard library's [String] type and [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/data.rs:79:30 [INFO] [stderr] | [INFO] [stderr] 79 | /// For example, [`Arc`](std::sync::Arc), allows mutating the data if and only if there is only [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] 79 - /// For example, [`Arc`](std::sync::Arc), allows mutating the data if and only if there is only [INFO] [stderr] 79 + /// For example, [`Arc`], allows mutating the data if and only if there is only [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/data.rs:81:16 [INFO] [stderr] | [INFO] [stderr] 81 | /// [`Rc`](std::rc::Rc). [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 - /// [`Rc`](std::rc::Rc). [INFO] [stderr] 81 + /// [`Rc`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/string.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | /// [`String`](std::string::String), which allows it to provide efficient [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 - /// [`String`](std::string::String), which allows it to provide efficient [INFO] [stderr] 34 + /// [`String`], which allows it to provide efficient [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/string.rs:105:37 [INFO] [stderr] | [INFO] [stderr] 105 | /// Return the backing [String](std::string::String)'s capacity, in bytes. [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] 105 - /// Return the backing [String](std::string::String)'s capacity, in bytes. [INFO] [stderr] 105 + /// Return the backing [String]'s capacity, in bytes. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/string.rs:118:77 [INFO] [stderr] | [INFO] [stderr] 118 | /// Create a new `ImString` instance from a standard library [`String`](std::string::String). [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] 118 - /// Create a new `ImString` instance from a standard library [`String`](std::string::String). [INFO] [stderr] 118 + /// Create a new `ImString` instance from a standard library [`String`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/string.rs:139:18 [INFO] [stderr] | [INFO] [stderr] 139 | /// [String](std::string::String). If it is not, it only sets the offset to an empty slice. [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] 139 - /// [String](std::string::String). If it is not, it only sets the offset to an empty slice. [INFO] [stderr] 139 + /// [String]. If it is not, it only sets the offset to an empty slice. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/string.rs:218:64 [INFO] [stderr] | [INFO] [stderr] 218 | /// Convert this string into a standard library [`String`](std::string::String). [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] 218 - /// Convert this string into a standard library [`String`](std::string::String). [INFO] [stderr] 218 + /// Convert this string into a standard library [`String`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `imstr` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/imstr/index.html [INFO] running `Command { std: "docker" "inspect" "081c5e93a27738f5a2fe9a59bba6a65f4c7c1bf699fdc7b239f78d9d7173b8c5", kill_on_drop: false }`