exon 0.32.4

A platform for scientific data processing and analysis.
Documentation

Build #3945286 2026-07-25 08:12:42

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# 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" "2acd7bc0bc17ac2d655bed7cc726e49973eb33c560120f34a392159791b23496" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting exon v0.32.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/rust_bio_alignment/types.rs:319:25 [INFO] [stderr] | [INFO] [stderr] 319 | .retain(|x| (*x == Match || *x == Subst || *x == Ins || *x == Del)); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 319 - .retain(|x| (*x == Match || *x == Subst || *x == Ins || *x == Del)); [INFO] [stderr] 319 + .retain(|x| *x == Match || *x == Subst || *x == Ins || *x == Del); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `session_context::ExonSessionExt` [INFO] [stderr] --> src/lib.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | //! [`ExonSessionExt`]: session_context::ExonSessionExt [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ExonSessionExt` in module `session_context` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::session_context::ExonSessionExt` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] This module contains the various datasources that are supported by Exon. Generally a user of this library should not need to use this module directly, but rather use the [`ExonSessionExt`][crate::session_context::ExonSessionExt] trait to load data. [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `ExonSessionExt` in module `session_context` [INFO] [stderr] [INFO] [stderr] warning: `exon` (lib doc) generated 3 warnings (run `cargo fix --lib -p exon` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: gb-io v0.7.1, nom v4.2.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/exon/index.html [INFO] running `Command { std: "docker" "inspect" "2acd7bc0bc17ac2d655bed7cc726e49973eb33c560120f34a392159791b23496", kill_on_drop: false }`