segvec 0.2.0

SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size
Documentation
Build #2289989 2025-07-05 05:19:28
# rustc version
rustc 1.90.0-nightly (e3843659e 2025-07-04)# docs.rs version
docsrs 0.6.0 (c1135d19 2025-07-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/segvec-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/segvec-0.2.0/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250704-1.90.0-nightly-e3843659e\", \"--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] 43481e6b4094038a6b69c8675b1cf1609b3653299799e096c0b666c22535a9f4
[INFO] running `Command { std: "docker" "start" "-a" "43481e6b4094038a6b69c8675b1cf1609b3653299799e096c0b666c22535a9f4", 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.44s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/segvec/index.html
[INFO] running `Command { std: "docker" "inspect" "43481e6b4094038a6b69c8675b1cf1609b3653299799e096c0b666c22535a9f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43481e6b4094038a6b69c8675b1cf1609b3653299799e096c0b666c22535a9f4", kill_on_drop: false }`
[INFO] [stdout] 43481e6b4094038a6b69c8675b1cf1609b3653299799e096c0b666c22535a9f4