# rustc version rustc 1.87.0-nightly (cbfdf0b01 2025-03-13)
# docs.rs version docsrs 0.6.0 (004a02c4 2025-03-05)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/identconv-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/identconv-0.2.0/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250313-1.87.0-nightly-cbfdf0b01\", \"--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", 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] fd6daebdb4df3b2d61c222c790e0050e980b7bfa76cdb2664a4cc7493c3aab71 [INFO] running `Command { std: "docker" "start" "-a" "fd6daebdb4df3b2d61c222c790e0050e980b7bfa76cdb2664a4cc7493c3aab71", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting identconv v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:52:26 [INFO] [stderr] | [INFO] [stderr] 52 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 52 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 52 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:59:26 [INFO] [stderr] | [INFO] [stderr] 59 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 59 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 59 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 66 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 66 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:74:26 [INFO] [stderr] | [INFO] [stderr] 74 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 74 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 74 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:81:26 [INFO] [stderr] | [INFO] [stderr] 81 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 81 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:88:26 [INFO] [stderr] | [INFO] [stderr] 88 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 88 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 88 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:95:26 [INFO] [stderr] | [INFO] [stderr] 95 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 95 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 95 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:102:26 [INFO] [stderr] | [INFO] [stderr] 102 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 102 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 102 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:109:26 [INFO] [stderr] | [INFO] [stderr] 109 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 109 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 109 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:117:26 [INFO] [stderr] | [INFO] [stderr] 117 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 117 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 117 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:124:26 [INFO] [stderr] | [INFO] [stderr] 124 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 124 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 124 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:131:26 [INFO] [stderr] | [INFO] [stderr] 131 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 131 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 131 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:138:26 [INFO] [stderr] | [INFO] [stderr] 138 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 138 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 138 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:139:34 [INFO] [stderr] | [INFO] [stderr] 139 | /// to a flatlowercase [`Ident`](proc_macro::Ident) [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 - /// to a flatlowercase [`Ident`](proc_macro::Ident) [INFO] [stderr] 139 + /// to a flatlowercase [`Ident`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:145:26 [INFO] [stderr] | [INFO] [stderr] 145 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 145 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 145 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:146:34 [INFO] [stderr] | [INFO] [stderr] 146 | /// to a FLATUPPERCASE [`Ident`](proc_macro::Ident) [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] 146 - /// to a FLATUPPERCASE [`Ident`](proc_macro::Ident) [INFO] [stderr] 146 + /// to a FLATUPPERCASE [`Ident`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:152:26 [INFO] [stderr] | [INFO] [stderr] 152 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 152 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 152 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:153:31 [INFO] [stderr] | [INFO] [stderr] 153 | /// to a snake_case [`Ident`](proc_macro::Ident) [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] 153 - /// to a snake_case [`Ident`](proc_macro::Ident) [INFO] [stderr] 153 + /// to a snake_case [`Ident`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:159:26 [INFO] [stderr] | [INFO] [stderr] 159 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 159 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 159 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:160:37 [INFO] [stderr] | [INFO] [stderr] 160 | /// to a UPPER_SNAKE_CASE [`Ident`](proc_macro::Ident) [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] 160 - /// to a UPPER_SNAKE_CASE [`Ident`](proc_macro::Ident) [INFO] [stderr] 160 + /// to a UPPER_SNAKE_CASE [`Ident`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:166:26 [INFO] [stderr] | [INFO] [stderr] 166 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 166 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 166 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:167:30 [INFO] [stderr] | [INFO] [stderr] 167 | /// to a camelCase [`Ident`](proc_macro::Ident) [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] 167 - /// to a camelCase [`Ident`](proc_macro::Ident) [INFO] [stderr] 167 + /// to a camelCase [`Ident`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:173:26 [INFO] [stderr] | [INFO] [stderr] 173 | /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [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] 173 - /// Convert an [`Ident`](proc_macro::Ident) or a [string literal](proc_macro::Literal) [INFO] [stderr] 173 + /// Convert an [`Ident`] or a [string literal](proc_macro::Literal) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:174:31 [INFO] [stderr] | [INFO] [stderr] 174 | /// to a PascalCase [`Ident`](proc_macro::Ident) [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] 174 - /// to a PascalCase [`Ident`](proc_macro::Ident) [INFO] [stderr] 174 + /// to a PascalCase [`Ident`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `identconv` (lib doc) generated 24 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Generated /opt/rustwide/target/doc/identconv/index.html [INFO] running `Command { std: "docker" "inspect" "fd6daebdb4df3b2d61c222c790e0050e980b7bfa76cdb2664a4cc7493c3aab71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd6daebdb4df3b2d61c222c790e0050e980b7bfa76cdb2664a4cc7493c3aab71", kill_on_drop: false }` [INFO] [stdout] fd6daebdb4df3b2d61c222c790e0050e980b7bfa76cdb2664a4cc7493c3aab71