sqlint 0.2.2

An abstraction layer for SQL databases.
Documentation

Build #3408592 2026-05-28 05:41:24

# rustc version rustc 1.98.0-nightly (57d06900f 2026-05-27)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "d4210255f2d08ad9c128f392bd6307648e2dbe78c53158e32213c972ec62d16a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "docs all" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260527-1.98.0-nightly-57d06900f\", \"--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 sqlint v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unclosed HTML tag `T` [INFO] [stderr] --> src/ast/values.rs:660:29 [INFO] [stderr] | [INFO] [stderr] 660 | /// Returns a cloned Vec<T> if the value is an array of T, otherwise `None`. [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 660 | /// Returns a cloned `Vec<T>` if the value is an array of T, otherwise `None`. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `pooled` [INFO] [stderr] --> src/lib.rs:125:38 [INFO] [stderr] | [INFO] [stderr] 125 | #[cfg_attr(feature = "docs", doc(cfg(pooled)))] [INFO] [stderr] | ^^^^^^ help: found config with similar value: `feature = "pooled"` [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 32 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pooled)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pooled)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `sqlite` [INFO] [stderr] --> src/single.rs:170:42 [INFO] [stderr] | [INFO] [stderr] 170 | #[cfg_attr(feature = "docs", doc(cfg(sqlite)))] [INFO] [stderr] | ^^^^^^ help: found config with similar value: `feature = "sqlite"` [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(sqlite)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(sqlite)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `sqlint` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sqlint/index.html [INFO] running `Command { std: "docker" "inspect" "d4210255f2d08ad9c128f392bd6307648e2dbe78c53158e32213c972ec62d16a", kill_on_drop: false }`