# rustc version rustc 1.98.0-nightly (14210df0e 2026-05-31)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "9a75b624f0af8937e8d883ac946cfaf2823646529c2b6df00eb790c4addb91b6" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260531-1.98.0-nightly-14210df0e\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting segvec v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:1:40 [INFO] [stderr] | [INFO] [stderr] 1 | //! This crate provides the [`SegVec`][crate::SegVec] data structure. [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] 1 - //! This crate provides the [`SegVec`][crate::SegVec] data structure. [INFO] [stderr] 1 + //! This crate provides the [`SegVec`] data structure. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3:30 [INFO] [stderr] | [INFO] [stderr] 3 | //! It is similar to [`Vec`][std::vec::Vec], but allocates memory in chunks, referred to as [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] 3 - //! It is similar to [`Vec`][std::vec::Vec], but allocates memory in chunks, referred to as [INFO] [stderr] 3 + //! It is similar to [`Vec`], but allocates memory in chunks, referred to as [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:63:41 [INFO] [stderr] | [INFO] [stderr] 63 | /// A data structure similar to [`Vec`][std::vec::Vec], but that does not copy on re-size and can [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] 63 - /// A data structure similar to [`Vec`][std::vec::Vec], but that does not copy on re-size and can [INFO] [stderr] 63 + /// A data structure similar to [`Vec`], but that does not copy on re-size and can [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:102:33 [INFO] [stderr] | [INFO] [stderr] 102 | /// Create a new [`SegVec`][crate::SegVec] with a length and capacity of 0. [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 - /// Create a new [`SegVec`][crate::SegVec] with a length and capacity of 0. [INFO] [stderr] 102 + /// Create a new [`SegVec`] with a length and capacity of 0. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | /// Create a new [`SegVec`][crate::SegVec] with a length of 0 and a capacity large enough to [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] 120 - /// Create a new [`SegVec`][crate::SegVec] with a length of 0 and a capacity large enough to [INFO] [stderr] 120 + /// Create a new [`SegVec`] with a length of 0 and a capacity large enough to [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:137:50 [INFO] [stderr] | [INFO] [stderr] 137 | /// The number of elements in the [`SegVec`][crate::SegVec] [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] 137 - /// The number of elements in the [`SegVec`][crate::SegVec] [INFO] [stderr] 137 + /// The number of elements in the [`SegVec`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:151:42 [INFO] [stderr] | [INFO] [stderr] 151 | /// Returns `true` if the [`SegVec`][crate::SegVec] contains no elements. [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] 151 - /// Returns `true` if the [`SegVec`][crate::SegVec] contains no elements. [INFO] [stderr] 151 + /// Returns `true` if the [`SegVec`] contains no elements. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:165:40 [INFO] [stderr] | [INFO] [stderr] 165 | /// The capacity of the [`SegVec`][crate::SegVec] [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] 165 - /// The capacity of the [`SegVec`][crate::SegVec] [INFO] [stderr] 165 + /// The capacity of the [`SegVec`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:178:20 [INFO] [stderr] | [INFO] [stderr] 178 | /// [`SegVec`][crate::SegVec] without allocating. If the capacity is already sufficient, [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] 178 - /// [`SegVec`][crate::SegVec] without allocating. If the capacity is already sufficient, [INFO] [stderr] 178 + /// [`SegVec`] without allocating. If the capacity is already sufficient, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:213:78 [INFO] [stderr] | [INFO] [stderr] 213 | /// Returns a reference to the data at the given index in the [`SegVec`][crate::SegVec], if it [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] 213 - /// Returns a reference to the data at the given index in the [`SegVec`][crate::SegVec], if it [INFO] [stderr] 213 + /// Returns a reference to the data at the given index in the [`SegVec`], if it [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:233:86 [INFO] [stderr] | [INFO] [stderr] 233 | /// Returns a mutable reference to the data at the given index in the [`SegVec`][crate::SegVec], [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] 233 - /// Returns a mutable reference to the data at the given index in the [`SegVec`][crate::SegVec], [INFO] [stderr] 233 + /// Returns a mutable reference to the data at the given index in the [`SegVec`], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:259:59 [INFO] [stderr] | [INFO] [stderr] 259 | /// Pushes a new value onto the end of the [`SegVec`][crate::SegVec], resizing if necessary. [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] 259 - /// Pushes a new value onto the end of the [`SegVec`][crate::SegVec], resizing if necessary. [INFO] [stderr] 259 + /// Pushes a new value onto the end of the [`SegVec`], resizing if necessary. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:281:52 [INFO] [stderr] | [INFO] [stderr] 281 | /// Removes the last value from the [`SegVec`][crate::SegVec] and returns it, or returns `None` [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] 281 - /// Removes the last value from the [`SegVec`][crate::SegVec] and returns it, or returns `None` [INFO] [stderr] 281 + /// Removes the last value from the [`SegVec`] and returns it, or returns `None` [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:306:34 [INFO] [stderr] | [INFO] [stderr] 306 | /// Truncates the [`SegVec`][crate::SegVec] to the given length. [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] 306 - /// Truncates the [`SegVec`][crate::SegVec] to the given length. [INFO] [stderr] 306 + /// Truncates the [`SegVec`] to the given length. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:338:32 [INFO] [stderr] | [INFO] [stderr] 338 | /// Resizes the [`SegVec`][crate::SegVec] so that the length is equal to `new_len`. [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] 338 - /// Resizes the [`SegVec`][crate::SegVec] so that the length is equal to `new_len`. [INFO] [stderr] 338 + /// Resizes the [`SegVec`] so that the length is equal to `new_len`. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:368:32 [INFO] [stderr] | [INFO] [stderr] 368 | /// Resizes the [`SegVec`][crate::SegVec] so that the length is equal to `new_len`. [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] 368 - /// Resizes the [`SegVec`][crate::SegVec] so that the length is equal to `new_len`. [INFO] [stderr] 368 + /// Resizes the [`SegVec`] so that the length is equal to `new_len`. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:396:20 [INFO] [stderr] | [INFO] [stderr] 396 | /// [`SegVec`][crate::SegVec]. [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] 396 - /// [`SegVec`][crate::SegVec]. [INFO] [stderr] 396 + /// [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:417:69 [INFO] [stderr] | [INFO] [stderr] 417 | /// Insert the given value at the given index in the [`SegVec`][crate::SegVec]. [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] 417 - /// Insert the given value at the given index in the [`SegVec`][crate::SegVec]. [INFO] [stderr] 417 + /// Insert the given value at the given index in the [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:494:64 [INFO] [stderr] | [INFO] [stderr] 494 | /// Removes the value at the given index in the [`SegVec`][crate::SegVec] and returns it. [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] 494 - /// Removes the value at the given index in the [`SegVec`][crate::SegVec] and returns it. [INFO] [stderr] 494 + /// Removes the value at the given index in the [`SegVec`] and returns it. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:589:20 [INFO] [stderr] | [INFO] [stderr] 589 | /// [`SegVec`][crate::SegVec]. See [`Drain`][crate::Drain] for more information. [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] 589 - /// [`SegVec`][crate::SegVec]. See [`Drain`][crate::Drain] for more information. [INFO] [stderr] 589 + /// [`SegVec`]. See [`Drain`][crate::Drain] for more information. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:589:50 [INFO] [stderr] | [INFO] [stderr] 589 | /// [`SegVec`][crate::SegVec]. See [`Drain`][crate::Drain] for more information. [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] 589 - /// [`SegVec`][crate::SegVec]. See [`Drain`][crate::Drain] for more information. [INFO] [stderr] 589 + /// [`SegVec`][crate::SegVec]. See [`Drain`] for more information. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:616:29 [INFO] [stderr] | [INFO] [stderr] 616 | /// Returns a [`Slice`][crate::Slice] over the given range in the [`SegVec`][crate::SegVec]. [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] 616 - /// Returns a [`Slice`][crate::Slice] over the given range in the [`SegVec`][crate::SegVec]. [INFO] [stderr] 616 + /// Returns a [`Slice`] over the given range in the [`SegVec`][crate::SegVec]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:616:82 [INFO] [stderr] | [INFO] [stderr] 616 | /// Returns a [`Slice`][crate::Slice] over the given range in the [`SegVec`][crate::SegVec]. [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] 616 - /// Returns a [`Slice`][crate::Slice] over the given range in the [`SegVec`][crate::SegVec]. [INFO] [stderr] 616 + /// Returns a [`Slice`][crate::Slice] over the given range in the [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:638:32 [INFO] [stderr] | [INFO] [stderr] 638 | /// Returns a [`SliceMut`][crate::SliceMut] over the given range in the [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] 638 - /// Returns a [`SliceMut`][crate::SliceMut] over the given range in the [INFO] [stderr] 638 + /// Returns a [`SliceMut`] over the given range in the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:639:20 [INFO] [stderr] | [INFO] [stderr] 639 | /// [`SegVec`][crate::SegVec]. [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] 639 - /// [`SegVec`][crate::SegVec]. [INFO] [stderr] 639 + /// [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:662:49 [INFO] [stderr] | [INFO] [stderr] 662 | /// Reverses the elements in the [`SegVec`][crate::SegVec]. [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] 662 - /// Reverses the elements in the [`SegVec`][crate::SegVec]. [INFO] [stderr] 662 + /// Reverses the elements in the [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:689:29 [INFO] [stderr] | [INFO] [stderr] 689 | /// Sort the [`SegVec`][crate::SegVec] in ascending order (unstable) [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] 689 - /// Sort the [`SegVec`][crate::SegVec] in ascending order (unstable) [INFO] [stderr] 689 + /// Sort the [`SegVec`] in ascending order (unstable) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:757:29 [INFO] [stderr] | [INFO] [stderr] 757 | /// Sort the [`SegVec`][crate::SegVec] in ascending order (unstable) using the given comparison function [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] 757 - /// Sort the [`SegVec`][crate::SegVec] in ascending order (unstable) using the given comparison function [INFO] [stderr] 757 + /// Sort the [`SegVec`] in ascending order (unstable) using the given comparison function [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:891:65 [INFO] [stderr] | [INFO] [stderr] 891 | /// Iterator over immutable references to items in a [`SegVec`][crate::SegVec]. [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] 891 - /// Iterator over immutable references to items in a [`SegVec`][crate::SegVec]. [INFO] [stderr] 891 + /// Iterator over immutable references to items in a [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:930:51 [INFO] [stderr] | [INFO] [stderr] 930 | /// Consuming iterator over items in a [`SegVec`][crate::SegVec]. [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] 930 - /// Consuming iterator over items in a [`SegVec`][crate::SegVec]. [INFO] [stderr] 930 + /// Consuming iterator over items in a [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:969:63 [INFO] [stderr] | [INFO] [stderr] 969 | /// Removes and returns elements from a range in a [`SegVec`][crate::SegVec]. [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] 969 - /// Removes and returns elements from a range in a [`SegVec`][crate::SegVec]. [INFO] [stderr] 969 + /// Removes and returns elements from a range in a [`SegVec`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `segvec` (lib doc) generated 31 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/segvec/index.html [INFO] running `Command { std: "docker" "inspect" "9a75b624f0af8937e8d883ac946cfaf2823646529c2b6df00eb790c4addb91b6", kill_on_drop: false }`