# rustc version rustc 1.90.0-nightly (498ae9fed 2025-07-28)
# docs.rs version docsrs 0.6.0 (e18d034e 2025-07-29)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/documents-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/documents-0.1.2/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250728-1.90.0-nightly-498ae9fed\", \"--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] c471cf2515ca38eb3d234c9f0f91a5c2880da54a7614468c7f3e67fb5c899ae2 [INFO] running `Command { std: "docker" "start" "-a" "c471cf2515ca38eb3d234c9f0f91a5c2880da54a7614468c7f3e67fb5c899ae2", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting documents v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `Folder` links to private item `User` [INFO] [stderr] --> src/folder.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | /// See also [`User`](User) and [`Project`](Project) [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Folder` links to private item `Project` [INFO] [stderr] --> src/folder.rs:10:45 [INFO] [stderr] | [INFO] [stderr] 10 | /// See also [`User`](User) and [`Project`](Project) [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Folder` links to private item `Project` [INFO] [stderr] --> src/folder.rs:16:189 [INFO] [stderr] | [INFO] [stderr] 16 | ...r, with app ID com.github.kdwk.Spidey (see [Project](Project)) [INFO] [stderr] | ^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Document` [INFO] [stderr] --> src/create.rs:3:106 [INFO] [stderr] | [INFO] [stderr] 3 | ... If the file does not exist, the [`Document`](Document) instance will fail to be created. [INFO] [stderr] | ^^^^^^^^ no item named `Document` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `with` [INFO] [stderr] --> src/document.rs:18:30 [INFO] [stderr] | [INFO] [stderr] 18 | /// Optionally, use [`with`](with) to create Documents for use within a scope --- it's easier! [INFO] [stderr] | ^^^^ no item named `with` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `at` links to private item `Document::alias` [INFO] [stderr] --> src/document.rs:168:54 [INFO] [stderr] | [INFO] [stderr] 168 | /// The `filename` will be used as the [`alias`](Document::alias) of this Document. Change it with `.alias()`. [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DocumentMap` [INFO] [stderr] --> src/document.rs:195:82 [INFO] [stderr] | [INFO] [stderr] 195 | /// *alias*: the alias used to retrieve this Document from a [`DocumentMap`](DocumentMap). Provide anything that can be converted to ... [INFO] [stderr] | ^^^^^^^^^^^ no item named `DocumentMap` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `with` [INFO] [stderr] --> src/document.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / /// Sets the alias of this Document if this Document has created successfully. Use "_" to instruct [`with(...)`](with) to skip adding... [INFO] [stderr] 321 | | /// [INFO] [stderr] 322 | | /// Note: the alias is used to identify this Document in a [DocumentMap](DocumentMap). [INFO] [stderr] 323 | | /// Do not provide the same alias for multiple Documents. [INFO] [stderr] 324 | | /// [INFO] [stderr] 325 | | /// Returns an error if this Document has not been created successfully. [INFO] [stderr] | |____________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Sets the alias of this Document if this Document has created successfully. Use "_" to instruct [`with(...)`](with) to skip adding this Document to the [`DocumentMap`](DocumentMap). [INFO] [stderr] ^^^^ [INFO] [stderr] = note: no item named `with` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DocumentMap` [INFO] [stderr] --> src/document.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / /// Sets the alias of this Document if this Document has created successfully. Use "_" to instruct [`with(...)`](with) to skip adding... [INFO] [stderr] 321 | | /// [INFO] [stderr] 322 | | /// Note: the alias is used to identify this Document in a [DocumentMap](DocumentMap). [INFO] [stderr] 323 | | /// Do not provide the same alias for multiple Documents. [INFO] [stderr] 324 | | /// [INFO] [stderr] 325 | | /// Returns an error if this Document has not been created successfully. [INFO] [stderr] | |____________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Sets the alias of this Document if this Document has created successfully. Use "_" to instruct [`with(...)`](with) to skip adding this Document to the [`DocumentMap`](DocumentMap). [INFO] [stderr] ^^^^^^^^^^^ [INFO] [stderr] = note: no item named `DocumentMap` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DocumentMap` [INFO] [stderr] --> src/document.rs:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / /// Sets the alias of this Document if this Document has created successfully. Use "_" to instruct [`with(...)`](with) to skip adding... [INFO] [stderr] 321 | | /// [INFO] [stderr] 322 | | /// Note: the alias is used to identify this Document in a [DocumentMap](DocumentMap). [INFO] [stderr] 323 | | /// Do not provide the same alias for multiple Documents. [INFO] [stderr] 324 | | /// [INFO] [stderr] 325 | | /// Returns an error if this Document has not been created successfully. [INFO] [stderr] | |____________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Note: the alias is used to identify this Document in a [DocumentMap](DocumentMap). [INFO] [stderr] ^^^^^^^^^^^ [INFO] [stderr] = note: no item named `DocumentMap` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Document` [INFO] [stderr] --> src/filesystem_entity.rs:3:51 [INFO] [stderr] | [INFO] [stderr] 3 | /// Common capabilities supported by [`Document`](Document)s, [`Folder`](Folder)s and [`PathBuf`](std::path::PathBuf)s [INFO] [stderr] | ^^^^^^^^ no item named `Document` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Folder` [INFO] [stderr] --> src/filesystem_entity.rs:3:74 [INFO] [stderr] | [INFO] [stderr] 3 | /// Common capabilities supported by [`Document`](Document)s, [`Folder`](Folder)s and [`PathBuf`](std::path::PathBuf)s [INFO] [stderr] | ^^^^^^ no item named `Folder` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `with` [INFO] [stderr] --> src/document_map.rs:11:54 [INFO] [stderr] | [INFO] [stderr] 11 | /// An instance of this type is provided by [`with`](with) containing all of the [`Document`](Document)s [INFO] [stderr] | ^^^^ no item named `with` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `DocumentMap` links to private item `Document::alias` [INFO] [stderr] --> src/document_map.rs:12:86 [INFO] [stderr] | [INFO] [stderr] 12 | /// given in the `documents` parameter as the values, and their respective [`alias`](Document::alias)es as keys. [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `with` links to private item `Document::alias` [INFO] [stderr] --> src/lib.rs:21:162 [INFO] [stderr] | [INFO] [stderr] 21 | ... [`DocumentMap`](DocumentMap) by their [`alias`](Document::alias)es. [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `dyn` [INFO] [stderr] --> src/document_error.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | /// Instead a Box<dyn Error> will be returned. Print it to the console to see a description of the error. [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:21:46 [INFO] [stderr] | [INFO] [stderr] 21 | /// A way to declare all of the [`Document`](Document)s in one place then access them in the `closure` through a [`DocumentMap`](Document... [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] 21 - /// A way to declare all of the [`Document`](Document)s in one place then access them in the `closure` through a [`DocumentMap`](DocumentMap) by their [`alias`](Document::alias)es. [INFO] [stderr] 21 + /// A way to declare all of the [`Document`]s in one place then access them in the `closure` through a [`DocumentMap`](DocumentMap) by their [`alias`](Document::alias)es. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:21:130 [INFO] [stderr] | [INFO] [stderr] 21 | ... in the `closure` through a [`DocumentMap`](DocumentMap) by their [`alias`](Document::alias)es. [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] 21 - /// A way to declare all of the [`Document`](Document)s in one place then access them in the `closure` through a [`DocumentMap`](DocumentMap) by their [`alias`](Document::alias)es. [INFO] [stderr] 21 + /// A way to declare all of the [`Document`](Document)s in one place then access them in the `closure` through a [`DocumentMap`] by their [`alias`](Document::alias)es. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:23:108 [INFO] [stderr] | [INFO] [stderr] 23 | /// *documents*: a [`slice`](https://doc.rust-lang.org/std/primitive.slice.html) of Result of [`Document`](Document)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] 23 - /// *documents*: a [`slice`](https://doc.rust-lang.org/std/primitive.slice.html) of Result of [`Document`](Document)s, [INFO] [stderr] 23 + /// *documents*: a [`slice`](https://doc.rust-lang.org/std/primitive.slice.html) of Result of [`Document`]s, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:26:114 [INFO] [stderr] | [INFO] [stderr] 26 | ...sures.html) which accepts a [`DocumentMap`](DocumentMap) as parameter, and can use [`Document`](Document)s in its body. [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] 26 - /// *closure*: a [closure](https://doc.rust-lang.org/book/ch13-01-closures.html) which accepts a [`DocumentMap`](DocumentMap) as parameter, and can use [`Document`](Document)s in its body. [INFO] [stderr] 26 + /// *closure*: a [closure](https://doc.rust-lang.org/book/ch13-01-closures.html) which accepts a [`DocumentMap`] as parameter, and can use [`Document`](Document)s in its body. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:26:166 [INFO] [stderr] | [INFO] [stderr] 26 | ...ap) as parameter, and can use [`Document`](Document)s in its body. [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] 26 - /// *closure*: a [closure](https://doc.rust-lang.org/book/ch13-01-closures.html) which accepts a [`DocumentMap`](DocumentMap) as parameter, and can use [`Document`](Document)s in its body. [INFO] [stderr] 26 + /// *closure*: a [closure](https://doc.rust-lang.org/book/ch13-01-closures.html) which accepts a [`DocumentMap`](DocumentMap) as parameter, and can use [`Document`]s in its body. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:27:64 [INFO] [stderr] | [INFO] [stderr] 27 | /// This function will run this closure with a [`DocumentMap`](DocumentMap) of [`Document`](Document)s provided in `documents`. [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] 27 - /// This function will run this closure with a [`DocumentMap`](DocumentMap) of [`Document`](Document)s provided in `documents`. [INFO] [stderr] 27 + /// This function will run this closure with a [`DocumentMap`] of [`Document`](Document)s provided in `documents`. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:27:93 [INFO] [stderr] | [INFO] [stderr] 27 | /// This function will run this closure with a [`DocumentMap`](DocumentMap) of [`Document`](Document)s provided in `documents`. [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] 27 - /// This function will run this closure with a [`DocumentMap`](DocumentMap) of [`Document`](Document)s provided in `documents`. [INFO] [stderr] 27 + /// This function will run this closure with a [`DocumentMap`](DocumentMap) of [`Document`]s provided in `documents`. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:28:70 [INFO] [stderr] | [INFO] [stderr] 28 | /// This closure should return a type that implements [`IntoResult`](IntoResult), i.e. any of: [`()`](https://doc.rust-lang.org/std/primi... [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] 28 - /// This closure should return a type that implements [`IntoResult`](IntoResult), i.e. any of: [`()`](https://doc.rust-lang.org/std/primitive.unit.html), [INFO] [stderr] 28 + /// This closure should return a type that implements [`IntoResult`], i.e. any of: [`()`](https://doc.rust-lang.org/std/primitive.unit.html), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | /// Note: if any of the [`Document`](Document)s fail to be created, i.e. returns an error, the `closure` will NOT be run. [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] 32 - /// Note: if any of the [`Document`](Document)s fail to be created, i.e. returns an error, the `closure` will NOT be run. [INFO] [stderr] 32 + /// Note: if any of the [`Document`]s fail to be created, i.e. returns an error, the `closure` will NOT be run. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:35:101 [INFO] [stderr] | [INFO] [stderr] 35 | ...(...)` and `.replace(...)` on [`Document`](Document)s, declare the [`DocumentMap`](DocumentMap) parameter of *closure* to be mutable. [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] 35 - /// Note: to conduct write operations, including `.append(...)` and `.replace(...)` on [`Document`](Document)s, declare the [`DocumentMap`](DocumentMap) parameter of *closure* to be mutable. [INFO] [stderr] 35 + /// Note: to conduct write operations, including `.append(...)` and `.replace(...)` on [`Document`]s, declare the [`DocumentMap`](DocumentMap) parameter of *closure* to be mutable. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:35:141 [INFO] [stderr] | [INFO] [stderr] 35 | ...t`](Document)s, declare the [`DocumentMap`](DocumentMap) parameter of *closure* to be mutable. [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] 35 - /// Note: to conduct write operations, including `.append(...)` and `.replace(...)` on [`Document`](Document)s, declare the [`DocumentMap`](DocumentMap) parameter of *closure* to be mutable. [INFO] [stderr] 35 + /// Note: to conduct write operations, including `.append(...)` and `.replace(...)` on [`Document`](Document)s, declare the [`DocumentMap`] parameter of *closure* to be mutable. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `documents` (lib doc) generated 27 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/documents/index.html [INFO] running `Command { std: "docker" "inspect" "c471cf2515ca38eb3d234c9f0f91a5c2880da54a7614468c7f3e67fb5c899ae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c471cf2515ca38eb3d234c9f0f91a5c2880da54a7614468c7f3e67fb5c899ae2", kill_on_drop: false }` [INFO] [stdout] c471cf2515ca38eb3d234c9f0f91a5c2880da54a7614468c7f3e67fb5c899ae2