anymap 0.12.1

A safe and convenient store for one value of each type
Documentation

Build #3590889 2026-06-15 21:17:52

# rustc version rustc 1.98.0-nightly (3daae5e42 2026-06-14)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# 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" "ac2fa0c4132b980b4295dda2b0059f8385d9bac27eea9ece08b5908440808e7d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260614-1.98.0-nightly-3daae5e42\", \"--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: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `anymap` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting anymap v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/any.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | / /// A type to emulate dynamic typing with cloning. [INFO] [stderr] 55 | | /// [INFO] [stderr] 56 | | /// Every type with no non-`'static` references that implements `Clone` implements `Any`. [INFO] [stderr] | |_________----------------------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] ... [INFO] [stderr] 144 | define!(Any); [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/any.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for [INFO] [stderr] 61 | | /// more details on `Any` in general. [INFO] [stderr] 62 | | /// [INFO] [stderr] 63 | | /// This trait is not `std::any::Any` but rather a type extending that for this library’s [INFO] [stderr] ... | [INFO] [stderr] 68 | | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync</a></code>. [INFO] [stderr] 69 | | /// [INFO] [stderr] | |_________--^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] ... [INFO] [stderr] 144 | define!(Any); [INFO] [stderr] | ------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/any.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | / /// A type to emulate dynamic typing. [INFO] [stderr] 49 | | /// [INFO] [stderr] 50 | | /// Every type with no non-`'static` references implements `Any`. [INFO] [stderr] | |_________----------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] ... [INFO] [stderr] 154 | define!(CloneAny); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/any.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / /// See the [`std::any` documentation](https://doc.rust-lang.org/std/any/index.html) for [INFO] [stderr] 61 | | /// more details on `Any` in general. [INFO] [stderr] 62 | | /// [INFO] [stderr] 63 | | /// This trait is not `std::any::Any` but rather a type extending that for this library’s [INFO] [stderr] ... | [INFO] [stderr] 68 | | /// href=http://doc.rust-lang.org/std/marker/trait.Sync.html>Sync</a></code>. [INFO] [stderr] 69 | | /// [INFO] [stderr] | |_________--^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] ... [INFO] [stderr] 154 | define!(CloneAny); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in the macro `define` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/any.rs:156:13 [INFO] [stderr] | [INFO] [stderr] 156 | impl_clone!((CloneAny + Send), clone_to_any_send); [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] 156 - impl_clone!((CloneAny + Send), clone_to_any_send); [INFO] [stderr] 156 + impl_clone!(CloneAny + Send, clone_to_any_send); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/any.rs:157:13 [INFO] [stderr] | [INFO] [stderr] 157 | impl_clone!((CloneAny + Sync), clone_to_any_sync); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 157 - impl_clone!((CloneAny + Sync), clone_to_any_sync); [INFO] [stderr] 157 + impl_clone!(CloneAny + Sync, clone_to_any_sync); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/any.rs:158:13 [INFO] [stderr] | [INFO] [stderr] 158 | impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 158 - impl_clone!((CloneAny + Send + Sync), clone_to_any_send_sync); [INFO] [stderr] 158 + impl_clone!(CloneAny + Send + Sync, clone_to_any_send_sync); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `anymap` (lib doc) generated 7 warnings (run `cargo fix --lib -p anymap` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/anymap/index.html [INFO] running `Command { std: "docker" "inspect" "ac2fa0c4132b980b4295dda2b0059f8385d9bac27eea9ece08b5908440808e7d", kill_on_drop: false }`