bed-reader 1.1.1

Read and write the PLINK BED format, simply and efficiently.
Documentation

Build #4246131 2026-08-28 20:42:20

# rustc version rustc 1.100.0-nightly (e457a7b0d 2026-08-27)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# 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" "652fd4140a72ecf6e960d87bd8526027ed49088b1dd68344a61a6c93c9a06b6a" "/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\", \"-20260827-1.100.0-nightly-e457a7b0d\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: cloud, no_cloud [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 bed-reader v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:76:19 [INFO] [stderr] | [INFO] [stderr] 76 | //! ### [`Index`](enum.Index.html) Expressions [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] 76 - //! ### [`Index`](enum.Index.html) Expressions [INFO] [stderr] 76 + //! ### [`Index`] Expressions [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:1755:26 [INFO] [stderr] | [INFO] [stderr] 1755 | /// Create a [`Bed`](struct.Bed.html) from the builder. [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] 1755 - /// Create a [`Bed`](struct.Bed.html) from the builder. [INFO] [stderr] 1755 + /// Create a [`Bed`] from the builder. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:1980:36 [INFO] [stderr] | [INFO] [stderr] 1980 | /// By default, when a [`Bed`](struct.Bed.html) struct is created, the .bed [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] 1980 - /// By default, when a [`Bed`](struct.Bed.html) struct is created, the .bed [INFO] [stderr] 1980 + /// By default, when a [`Bed`] struct is created, the .bed [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2212:98 [INFO] [stderr] | [INFO] [stderr] 2212 | /// Override the metadata in the .fam and .bim files with info merged in from a [`Metadata`](struct.Metadata.html). [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] 2212 - /// Override the metadata in the .fam and .bim files with info merged in from a [`Metadata`](struct.Metadata.html). [INFO] [stderr] 2212 + /// Override the metadata in the .fam and .bim files with info merged in from a [`Metadata`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2216:50 [INFO] [stderr] | [INFO] [stderr] 2216 | /// In the example, we create a [`Metadata`](struct.Metadata.html) with iid [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] 2216 - /// In the example, we create a [`Metadata`](struct.Metadata.html) with iid [INFO] [stderr] 2216 + /// In the example, we create a [`Metadata`] with iid [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2217:53 [INFO] [stderr] | [INFO] [stderr] 2217 | /// and sid arrays. Next, we use [`BedBuilder`](struct.BedBuilder.html) to override the fid array [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] 2217 - /// and sid arrays. Next, we use [`BedBuilder`](struct.BedBuilder.html) to override the fid array [INFO] [stderr] 2217 + /// and sid arrays. Next, we use [`BedBuilder`] to override the fid array [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2218:75 [INFO] [stderr] | [INFO] [stderr] 2218 | /// and an iid array. Then, we add the metadata to the [`BedBuilder`](struct.BedBuilder.html), [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] 2218 - /// and an iid array. Then, we add the metadata to the [`BedBuilder`](struct.BedBuilder.html), [INFO] [stderr] 2218 + /// and an iid array. Then, we add the metadata to the [`BedBuilder`], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2289:26 [INFO] [stderr] | [INFO] [stderr] 2289 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2289 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2289 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2289:67 [INFO] [stderr] | [INFO] [stderr] 2289 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2289 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2289 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2385:41 [INFO] [stderr] | [INFO] [stderr] 2385 | /// is ill-formed. See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2385 - /// is ill-formed. See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2385 + /// is ill-formed. See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2385:82 [INFO] [stderr] | [INFO] [stderr] 2385 | /// is ill-formed. See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2385 - /// is ill-formed. See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2385 + /// is ill-formed. See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2858:22 [INFO] [stderr] | [INFO] [stderr] 2858 | /// [`Metadata`](struct.Metadata.html) for this dataset, for example, the individual (sample) Ids. [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] 2858 - /// [`Metadata`](struct.Metadata.html) for this dataset, for example, the individual (sample) Ids. [INFO] [stderr] 2858 + /// [`Metadata`] for this dataset, for example, the individual (sample) Ids. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2862:34 [INFO] [stderr] | [INFO] [stderr] 2862 | /// shared with this [`Bed`](struct.Bed.html). [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] 2862 - /// shared with this [`Bed`](struct.Bed.html). [INFO] [stderr] 2862 + /// shared with this [`Bed`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2917:26 [INFO] [stderr] | [INFO] [stderr] 2917 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2917 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2917 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2917:67 [INFO] [stderr] | [INFO] [stderr] 2917 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2917 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2917 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2968:26 [INFO] [stderr] | [INFO] [stderr] 2968 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2968 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2968 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:2968:67 [INFO] [stderr] | [INFO] [stderr] 2968 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 2968 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 2968 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3035:26 [INFO] [stderr] | [INFO] [stderr] 3035 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 3035 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 3035 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3035:67 [INFO] [stderr] | [INFO] [stderr] 3035 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 3035 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 3035 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3074:26 [INFO] [stderr] | [INFO] [stderr] 3074 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 3074 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 3074 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3074:67 [INFO] [stderr] | [INFO] [stderr] 3074 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 3074 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 3074 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3114:26 [INFO] [stderr] | [INFO] [stderr] 3114 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 3114 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 3114 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3114:67 [INFO] [stderr] | [INFO] [stderr] 3114 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 3114 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 3114 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3360:28 [INFO] [stderr] | [INFO] [stderr] 3360 | /// Turns an [`Index`](enum.Index.html) into a vector of usize indexes. Negative means count from end. [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] 3360 - /// Turns an [`Index`](enum.Index.html) into a vector of usize indexes. Negative means count from end. [INFO] [stderr] 3360 + /// Turns an [`Index`] into a vector of usize indexes. Negative means count from end. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3691:56 [INFO] [stderr] | [INFO] [stderr] 3691 | /// Returns the number of elements in an [`Index`](enum.Index.html). [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] 3691 - /// Returns the number of elements in an [`Index`](enum.Index.html). [INFO] [stderr] 3691 + /// Returns the number of elements in an [`Index`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3706:39 [INFO] [stderr] | [INFO] [stderr] 3706 | /// Returns true if the [`Index`](enum.Index.html) is empty. [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] 3706 - /// Returns true if the [`Index`](enum.Index.html) is empty. [INFO] [stderr] 3706 + /// Returns true if the [`Index`] is empty. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4228:26 [INFO] [stderr] | [INFO] [stderr] 4228 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4228 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4228 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4228:67 [INFO] [stderr] | [INFO] [stderr] 4228 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4228 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4228 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4484:26 [INFO] [stderr] | [INFO] [stderr] 4484 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4484 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4484 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4484:67 [INFO] [stderr] | [INFO] [stderr] 4484 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4484 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4484 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4524:26 [INFO] [stderr] | [INFO] [stderr] 4524 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4524 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4524 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4524:67 [INFO] [stderr] | [INFO] [stderr] 4524 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4524 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4524 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4565:26 [INFO] [stderr] | [INFO] [stderr] 4565 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4565 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4565 + /// See [`BedError`] and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4565:67 [INFO] [stderr] | [INFO] [stderr] 4565 | /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [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] 4565 - /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`](enum.BedErrorPlus.html) [INFO] [stderr] 4565 + /// See [`BedError`](enum.BedError.html) and [`BedErrorPlus`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4818:27 [INFO] [stderr] | [INFO] [stderr] 4818 | /// * a [`Metadata`](struct.Metadata.html) [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] 4818 - /// * a [`Metadata`](struct.Metadata.html) [INFO] [stderr] 4818 + /// * a [`Metadata`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5166:22 [INFO] [stderr] | [INFO] [stderr] 5166 | /// [`Metadata`](struct.Metadata.html) for this [`WriteOptions`](struct.WriteOptions.html), for example, the individual (sampl... [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] 5166 - /// [`Metadata`](struct.Metadata.html) for this [`WriteOptions`](struct.WriteOptions.html), for example, the individual (sample) Ids. [INFO] [stderr] 5166 + /// [`Metadata`] for this [`WriteOptions`](struct.WriteOptions.html), for example, the individual (sample) Ids. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5166:70 [INFO] [stderr] | [INFO] [stderr] 5166 | ...Metadata.html) for this [`WriteOptions`](struct.WriteOptions.html), for example, the individual (sample) Ids. [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] 5166 - /// [`Metadata`](struct.Metadata.html) for this [`WriteOptions`](struct.WriteOptions.html), for example, the individual (sample) Ids. [INFO] [stderr] 5166 + /// [`Metadata`](struct.Metadata.html) for this [`WriteOptions`], for example, the individual (sample) Ids. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5170:43 [INFO] [stderr] | [INFO] [stderr] 5170 | /// shared with this [`WriteOptions`](struct.WriteOptions.html). [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] 5170 - /// shared with this [`WriteOptions`](struct.WriteOptions.html). [INFO] [stderr] 5170 + /// shared with this [`WriteOptions`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5451:40 [INFO] [stderr] | [INFO] [stderr] 5451 | /// Creates a new [`WriteOptions`](struct.WriteOptions.html) with the options given and then writes a .bed (and .fam and .bim)... [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] 5451 - /// Creates a new [`WriteOptions`](struct.WriteOptions.html) with the options given and then writes a .bed (and .fam and .bim) file. [INFO] [stderr] 5451 + /// Creates a new [`WriteOptions`] with the options given and then writes a .bed (and .fam and .bim) file. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5453:30 [INFO] [stderr] | [INFO] [stderr] 5453 | /// See [`WriteOptions`](struct.WriteOptions.html) for details and examples. [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] 5453 - /// See [`WriteOptions`](struct.WriteOptions.html) for details and examples. [INFO] [stderr] 5453 + /// See [`WriteOptions`] for details and examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5469:32 [INFO] [stderr] | [INFO] [stderr] 5469 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5469 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5469 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5483:32 [INFO] [stderr] | [INFO] [stderr] 5483 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5483 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5483 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5497:32 [INFO] [stderr] | [INFO] [stderr] 5497 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5497 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5497 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5511:32 [INFO] [stderr] | [INFO] [stderr] 5511 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5511 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5511 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5536:32 [INFO] [stderr] | [INFO] [stderr] 5536 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5536 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5536 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5561:32 [INFO] [stderr] | [INFO] [stderr] 5561 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5561 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5561 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5585:32 [INFO] [stderr] | [INFO] [stderr] 5585 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5585 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5585 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5599:32 [INFO] [stderr] | [INFO] [stderr] 5599 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5599 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5599 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5613:32 [INFO] [stderr] | [INFO] [stderr] 5613 | /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [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] 5613 - /// > See [`WriteOptions`](struct.WriteOptions.html) for examples. [INFO] [stderr] 5613 + /// > See [`WriteOptions`] for examples. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5623:44 [INFO] [stderr] | [INFO] [stderr] 5623 | /// Merge metadata from a [`Metadata`](struct.Metadata.html). [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] 5623 - /// Merge metadata from a [`Metadata`](struct.Metadata.html). [INFO] [stderr] 5623 + /// Merge metadata from a [`Metadata`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5625:48 [INFO] [stderr] | [INFO] [stderr] 5625 | /// If a field is set in both [`Metadata`](struct.Metadata.html)'s, [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] 5625 - /// If a field is set in both [`Metadata`](struct.Metadata.html)'s, [INFO] [stderr] 5625 + /// If a field is set in both [`Metadata`]'s, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5849:40 [INFO] [stderr] | [INFO] [stderr] 5849 | /// Creates a new [`WriteOptions`](struct.WriteOptions.html) with the options given. [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] 5849 - /// Creates a new [`WriteOptions`](struct.WriteOptions.html) with the options given. [INFO] [stderr] 5849 + /// Creates a new [`WriteOptions`] with the options given. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5852:30 [INFO] [stderr] | [INFO] [stderr] 5852 | /// > a [`WriteOptions`](struct.WriteOptions.html) and writes to file in one step. [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] 5852 - /// > a [`WriteOptions`](struct.WriteOptions.html) and writes to file in one step. [INFO] [stderr] 5852 + /// > a [`WriteOptions`] and writes to file in one step. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:5855:39 [INFO] [stderr] | [INFO] [stderr] 5855 | /// Create a new [`WriteOptions`](struct.WriteOptions.html) with some given values and some [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] 5855 - /// Create a new [`WriteOptions`](struct.WriteOptions.html) with some given values and some [INFO] [stderr] 5855 + /// Create a new [`WriteOptions`] with some given values and some [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6137:31 [INFO] [stderr] | [INFO] [stderr] 6137 | /// Create a [`Metadata`](struct.Metadata.html) from the builder. [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] 6137 - /// Create a [`Metadata`](struct.Metadata.html) from the builder. [INFO] [stderr] 6137 + /// Create a [`Metadata`] from the builder. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6274:44 [INFO] [stderr] | [INFO] [stderr] 6274 | /// Merge metadata from a [`Metadata`](struct.Metadata.html). [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] 6274 - /// Merge metadata from a [`Metadata`](struct.Metadata.html). [INFO] [stderr] 6274 + /// Merge metadata from a [`Metadata`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6278:50 [INFO] [stderr] | [INFO] [stderr] 6278 | /// In the example, we create a [`Metadata`](struct.Metadata.html) with iid [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] 6278 - /// In the example, we create a [`Metadata`](struct.Metadata.html) with iid [INFO] [stderr] 6278 + /// In the example, we create a [`Metadata`] with iid [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6279:66 [INFO] [stderr] | [INFO] [stderr] 6279 | /// and sid arrays. Next, we use another [`MetadataBuilder`](struct.MetadataBuilder.html) to set an fid array [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] 6279 - /// and sid arrays. Next, we use another [`MetadataBuilder`](struct.MetadataBuilder.html) to set an fid array [INFO] [stderr] 6279 + /// and sid arrays. Next, we use another [`MetadataBuilder`] to set an fid array [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6280:63 [INFO] [stderr] | [INFO] [stderr] 6280 | /// and an iid array. Then, we add the first [`Metadata`](struct.Metadata.html) [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] 6280 - /// and an iid array. Then, we add the first [`Metadata`](struct.Metadata.html) [INFO] [stderr] 6280 + /// and an iid array. Then, we add the first [`Metadata`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6281:36 [INFO] [stderr] | [INFO] [stderr] 6281 | /// to the [`MetadataBuilder`](struct.MetadataBuilder.html), [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] 6281 - /// to the [`MetadataBuilder`](struct.MetadataBuilder.html), [INFO] [stderr] 6281 + /// to the [`MetadataBuilder`], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6362:31 [INFO] [stderr] | [INFO] [stderr] 6362 | /// Create a [`Metadata`](struct.Metadata.html) using a builder. [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] 6362 - /// Create a [`Metadata`](struct.Metadata.html) using a builder. [INFO] [stderr] 6362 + /// Create a [`Metadata`] using a builder. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6392:38 [INFO] [stderr] | [INFO] [stderr] 6392 | /// Create an empty [`Metadata`](struct.Metadata.html). [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] 6392 - /// Create an empty [`Metadata`](struct.Metadata.html). [INFO] [stderr] 6392 + /// Create an empty [`Metadata`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6493:5 [INFO] [stderr] | [INFO] [stderr] 6493 | / /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty fields with a .fam file. [INFO] [stderr] 6494 | | /// [INFO] [stderr] 6495 | | /// # Example [INFO] [stderr] 6496 | | /// [INFO] [stderr] ... | [INFO] [stderr] 6516 | | /// # Ok::<(), Box<BedErrorPlus>>(()) [INFO] [stderr] 6517 | | /// ``` [INFO] [stderr] | |___________^ explicit target `struct.Metadata.html` is redundant because label `Metadata` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6579:35 [INFO] [stderr] | [INFO] [stderr] 6579 | /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty [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] 6579 - /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty [INFO] [stderr] 6579 + /// Create a new [`Metadata`] by filling in empty [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6584:60 [INFO] [stderr] | [INFO] [stderr] 6584 | /// Read .fam and .bim information into a [`Metadata`](struct.Metadata.html). [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] 6584 - /// Read .fam and .bim information into a [`Metadata`](struct.Metadata.html). [INFO] [stderr] 6584 + /// Read .fam and .bim information into a [`Metadata`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6670:5 [INFO] [stderr] | [INFO] [stderr] 6670 | / /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty fields with a .bim file. [INFO] [stderr] 6671 | | /// [INFO] [stderr] 6672 | | /// # Example [INFO] [stderr] 6673 | | /// [INFO] [stderr] ... | [INFO] [stderr] 6693 | | /// # Ok::<(), Box<BedErrorPlus>>(()) [INFO] [stderr] 6694 | | /// ``` [INFO] [stderr] | |___________^ explicit target `struct.Metadata.html` is redundant because label `Metadata` 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] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6761:35 [INFO] [stderr] | [INFO] [stderr] 6761 | /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty [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] 6761 - /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty [INFO] [stderr] 6761 + /// Create a new [`Metadata`] by filling in empty [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:6766:60 [INFO] [stderr] | [INFO] [stderr] 6766 | /// Read .fam and .bim information into a [`Metadata`](struct.Metadata.html). [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] 6766 - /// Read .fam and .bim information into a [`Metadata`](struct.Metadata.html). [INFO] [stderr] 6766 + /// Read .fam and .bim information into a [`Metadata`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:7083:35 [INFO] [stderr] | [INFO] [stderr] 7083 | /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty fields with default values. [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] 7083 - /// Create a new [`Metadata`](struct.Metadata.html) by filling in empty fields with default values. [INFO] [stderr] 7083 + /// Create a new [`Metadata`] by filling in empty fields with default values. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `bed-reader` (lib doc) generated 69 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/bed_reader/index.html [INFO] running `Command { std: "docker" "inspect" "652fd4140a72ecf6e960d87bd8526027ed49088b1dd68344a61a6c93c9a06b6a", kill_on_drop: false }`