# rustc version rustc 1.98.0-nightly (bd08c9e71 2026-06-25)
# 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" "0fd7839d715efd2809955ff724c9b3ca73db229999947e1ac651fd0c3c202120" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260625-1.98.0-nightly-bd08c9e71\", \"--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 jupiter v4.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `jupiter::config::Config` [INFO] [stderr] --> src/builder.rs:139:35 [INFO] [stderr] | [INFO] [stderr] 139 | /// Installs [config::Config](jupiter::config::Config) and loads the **settings.yml**. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `jupiter` in scope [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `jupiter::platform::Platform` [INFO] [stderr] --> src/builder.rs:193:31 [INFO] [stderr] | [INFO] [stderr] 193 | /// Builds the [Platform](jupiter::platform::Platform) registry with all the enabled components [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `jupiter` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `server_error` [INFO] [stderr] --> src/commands.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | //! [server_error](server_error) and [client_error](client_error) are provided. The former should [INFO] [stderr] | ^^^^^^^^^^^^ no item named `server_error` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `server_error` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `client_error` [INFO] [stderr] --> src/commands.rs:31:53 [INFO] [stderr] | [INFO] [stderr] 31 | //! [server_error](server_error) and [client_error](client_error) are provided. The former should [INFO] [stderr] | ^^^^^^^^^^^^ no item named `client_error` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `client_error` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `jupiter::platform::Platform` [INFO] [stderr] --> src/commands.rs:419:20 [INFO] [stderr] | [INFO] [stderr] 419 | /// [Platform](jupiter::platform::Platform): [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `jupiter` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository::register_loader` [INFO] [stderr] --> src/idb/idb_csv_loader.rs:37:49 [INFO] [stderr] | [INFO] [stderr] 37 | /// Creates a new loader to be passed into [Repository::register_loader]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository::register_loader` [INFO] [stderr] --> src/idb/idb_json_loader.rs:33:49 [INFO] [stderr] | [INFO] [stderr] 33 | /// Creates a new loader to be passed into [Repository::register_loader]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository::register_loader` [INFO] [stderr] --> src/idb/idb_yaml_loader.rs:37:49 [INFO] [stderr] | [INFO] [stderr] 37 | /// Creates a new loader to be passed into [Repository::register_loader]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository::register_loader` [INFO] [stderr] --> src/idb/idb_yaml_set_loader.rs:32:49 [INFO] [stderr] | [INFO] [stderr] 32 | /// Creates a new loader to be passed into [Repository::register_loader]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Repository` [INFO] [stderr] --> src/ig/mod.rs:58:52 [INFO] [stderr] | [INFO] [stderr] 58 | //! Using **loaders** (defined in the [Repository](Repository)) one can control for which columns [INFO] [stderr] | ^^^^^^^^^^ no item named `Repository` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `idb_yaml_loader::IdbYamlLoader` [INFO] [stderr] --> src/repository/mod.rs:28:23 [INFO] [stderr] | [INFO] [stderr] 28 | //! * [IdbYamlLoader](idb_yaml_loader::IdbYamlLoader) is used to load a given **YAML** file into [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `idb_yaml_loader` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `idb_json_loader::IdbJsonLoader` [INFO] [stderr] --> src/repository/mod.rs:30:23 [INFO] [stderr] | [INFO] [stderr] 30 | //! * [IdbJsonLoader](idb_json_loader::IdbJsonLoader) is used to load a given **JSON** file into [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `idb_json_loader` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `idb_csv_loader::IdbCsvLoader` [INFO] [stderr] --> src/repository/mod.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | //! * [IdbCsvLoader](idb_csv_loader::IdbCsvLoader) is used to load a given **CSV** file into [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `idb_csv_loader` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `idb_yaml_set_loader::IdbYamlSetLoader` [INFO] [stderr] --> src/repository/mod.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | //! * [IdbYamlSetLoader](idb_yaml_set_loader::IdbYamlSetLoader) is used to load a given **YAML** [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `idb_yaml_set_loader` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `FileEvent` links to private item `Repository::listener` [INFO] [stderr] --> src/repository/mod.rs:160:22 [INFO] [stderr] | [INFO] [stderr] 160 | /// themselves via [`Repository::listener`]. [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)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `event_loop` links to private item `Server::server_loop` [INFO] [stderr] --> src/server.rs:262:48 [INFO] [stderr] | [INFO] [stderr] 262 | /// successful, we enter the [server_loop](Server::server_loop) to actually handle incoming [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: redundant explicit link target [INFO] [stderr] --> src/lib.rs:71:76 [INFO] [stderr] | [INFO] [stderr] 71 | //! Some example commands can be found in the implementation of the [core](core) commands. [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)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 71 - //! Some example commands can be found in the implementation of the [core](core) commands. [INFO] [stderr] 71 + //! Some example commands can be found in the implementation of the [core] commands. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/average.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | //! An [Average](Average) is internally mutable without needing a mutable reference as we rely on [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] 6 - //! An [Average](Average) is internally mutable without needing a mutable reference as we rely on [INFO] [stderr] 6 + //! An [Average] is internally mutable without needing a mutable reference as we rely on [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/builder.rs:169:41 [INFO] [stderr] | [INFO] [stderr] 169 | /// Creates and installs a [Server](crate::server::Server) instance. [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] 169 - /// Creates and installs a [Server](crate::server::Server) instance. [INFO] [stderr] 169 + /// Creates and installs a [Server] instance. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:3:40 [INFO] [stderr] | [INFO] [stderr] 3 | //! At its core, a [CommandDictionary](CommandDictionary) is simply a hash map. [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] 3 - //! At its core, a [CommandDictionary](CommandDictionary) is simply a hash map. [INFO] [stderr] 3 + //! At its core, a [CommandDictionary] is simply a hash map. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:5:53 [INFO] [stderr] | [INFO] [stderr] 5 | //! impl or the like, rather it points to a [Queue](Queue) and keeps a numeric index along. If the [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] 5 - //! impl or the like, rather it points to a [Queue](Queue) and keeps a numeric index along. If the [INFO] [stderr] 5 + //! impl or the like, rather it points to a [Queue] and keeps a numeric index along. If the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:7:29 [INFO] [stderr] | [INFO] [stderr] 7 | //! all wrapped in a [Call](Call). This call is also equipped with the **Sender** of a oneshot [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] 7 - //! all wrapped in a [Call](Call). This call is also equipped with the **Sender** of a oneshot [INFO] [stderr] 7 + //! all wrapped in a [Call]. This call is also equipped with the **Sender** of a oneshot [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | //! [ResultExt](ResultExt)) and the response will be then returned. [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] 11 - //! [ResultExt](ResultExt)) and the response will be then returned. [INFO] [stderr] 11 + //! [ResultExt]) and the response will be then returned. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:21:45 [INFO] [stderr] | [INFO] [stderr] 21 | //! Each client will request a [Dispatcher](Dispatcher) from it, which can then dispatch incoming [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 - //! Each client will request a [Dispatcher](Dispatcher) from it, which can then dispatch incoming [INFO] [stderr] 21 + //! Each client will request a [Dispatcher] from it, which can then dispatch incoming [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:28:73 [INFO] [stderr] | [INFO] [stderr] 28 | //! When handling a command, a function which returns a [CommandResult](CommandResult) should be [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 - //! When handling a command, a function which returns a [CommandResult](CommandResult) should be [INFO] [stderr] 28 + //! When handling a command, a function which returns a [CommandResult] should be [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:151:23 [INFO] [stderr] | [INFO] [stderr] 151 | /// if the [Response](crate::response::Response) fails to write data into the internal buffer [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] 151 - /// if the [Response](crate::response::Response) fails to write data into the internal buffer [INFO] [stderr] 151 + /// if the [Response] fails to write data into the internal buffer [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:235:52 [INFO] [stderr] | [INFO] [stderr] 235 | /// Provides an extension trait on [CommandResult](CommandResult) so that **complete** can be [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] 235 - /// Provides an extension trait on [CommandResult](CommandResult) so that **complete** can be [INFO] [stderr] 235 + /// Provides an extension trait on [CommandResult] so that **complete** can be [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:249:21 [INFO] [stderr] | [INFO] [stderr] 249 | /// [CommandResult](CommandResult) which is internally a normal Rust **Result**. Note that the [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] 249 - /// [CommandResult](CommandResult) which is internally a normal Rust **Result**. Note that the [INFO] [stderr] 249 + /// [CommandResult] which is internally a normal Rust **Result**. Note that the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:348:69 [INFO] [stderr] | [INFO] [stderr] 348 | /// Represents a queue which can be stored in a [CommandDictionary](CommandDictionary) in order [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] 348 - /// Represents a queue which can be stored in a [CommandDictionary](CommandDictionary) in order [INFO] [stderr] 348 + /// Represents a queue which can be stored in a [CommandDictionary] in order [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:354:41 [INFO] [stderr] | [INFO] [stderr] 354 | /// Represents an endpoint of a [Queue](Queue) which is moved into an actor in order to receive [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] 354 - /// Represents an endpoint of a [Queue](Queue) which is moved into an actor in order to receive [INFO] [stderr] 354 + /// Represents an endpoint of a [Queue] which is moved into an actor in order to receive [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:360:76 [INFO] [stderr] | [INFO] [stderr] 360 | /// Creates a new queue which connects an actor to the [CommandDictionary](CommandDictionary). [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] 360 - /// Creates a new queue which connects an actor to the [CommandDictionary](CommandDictionary). [INFO] [stderr] 360 + /// Creates a new queue which connects an actor to the [CommandDictionary]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:400:22 [INFO] [stderr] | [INFO] [stderr] 400 | /// the [Dispatcher](Dispatcher) which is a readonly copy of the dictionary which can be used [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] 400 - /// the [Dispatcher](Dispatcher) which is a readonly copy of the dictionary which can be used [INFO] [stderr] 400 + /// the [Dispatcher] which is a readonly copy of the dictionary which can be used [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/commands.rs:407:55 [INFO] [stderr] | [INFO] [stderr] 407 | /// Provides a readonly view of a [CommandDictionary](CommandDictionary) used to actually dispatch [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] 407 - /// Provides a readonly view of a [CommandDictionary](CommandDictionary) used to actually dispatch [INFO] [stderr] 407 + /// Provides a readonly view of a [CommandDictionary] used to actually dispatch [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:104:19 [INFO] [stderr] | [INFO] [stderr] 104 | /// [install](install) function. [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] 104 - /// [install](install) function. [INFO] [stderr] 104 + /// [install] function. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/core.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | //! [install](install) is invoked by the [Builder](crate::builder::Builder) unless disabled. [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] 13 - //! [install](install) is invoked by the [Builder](crate::builder::Builder) unless disabled. [INFO] [stderr] 13 + //! [install] is invoked by the [Builder](crate::builder::Builder) unless disabled. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:10:57 [INFO] [stderr] | [INFO] [stderr] 10 | /// Note that a helper function [format_short_duration](format_short_duration) is also provided [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] 10 - /// Note that a helper function [format_short_duration](format_short_duration) is also provided [INFO] [stderr] 10 + /// Note that a helper function [format_short_duration] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | /// Note that a helper function [format_micros](format_micros) is also provided [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 that a helper function [format_micros](format_micros) is also provided [INFO] [stderr] 35 + /// Note that a helper function [format_micros] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:60:47 [INFO] [stderr] | [INFO] [stderr] 60 | /// Note that a helper function [format_size](format_size) is also provided [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] 60 - /// Note that a helper function [format_size](format_size) is also provided [INFO] [stderr] 60 + /// Note that a helper function [format_size] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:99:48 [INFO] [stderr] | [INFO] [stderr] 99 | /// Note that a helper function [format_bytes](format_bytes) is also provided [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] 99 - /// Note that a helper function [format_bytes](format_bytes) is also provided [INFO] [stderr] 99 + /// Note that a helper function [format_bytes] is also provided [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/fmt.rs:247:35 [INFO] [stderr] | [INFO] [stderr] 247 | /// named [format_short_duration](format_short_duration). [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] 247 - /// named [format_short_duration](format_short_duration). [INFO] [stderr] 247 + /// named [format_short_duration]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/csv.rs:1:43 [INFO] [stderr] | [INFO] [stderr] 1 | //! Permits to load CSV data into a [Doc](crate::ig::docs::Doc). [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] 1 - //! Permits to load CSV data into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 1 + //! Permits to load CSV data into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/docs.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | /// This essentially bundles the [SymbolTable](crate::ig::symbols::SymbolTable) and the [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] 14 - /// This essentially bundles the [SymbolTable](crate::ig::symbols::SymbolTable) and the [INFO] [stderr] 14 + /// This essentially bundles the [SymbolTable] and the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/json.rs:1:44 [INFO] [stderr] | [INFO] [stderr] 1 | //! Permits to load JSON data into a [Doc](crate::ig::docs::Doc). [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] 1 - //! Permits to load JSON data into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 1 + //! Permits to load JSON data into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/json.rs:66:43 [INFO] [stderr] | [INFO] [stderr] 66 | /// Transforms a JSON object into a [Doc](crate::ig::docs::Doc). [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] 66 - /// Transforms a JSON object into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 66 + /// Transforms a JSON object into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/json.rs:100:60 [INFO] [stderr] | [INFO] [stderr] 100 | /// Transforms the given list of JSON objects into a [Doc](crate::ig::docs::Doc). [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] 100 - /// Transforms the given list of JSON objects into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 100 + /// Transforms the given list of JSON objects into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/symbols.rs:245:55 [INFO] [stderr] | [INFO] [stderr] 245 | /// If a new value is created, [Default::default](Default::default) is invoked and a 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] 245 - /// If a new value is created, [Default::default](Default::default) is invoked and a mutable [INFO] [stderr] 245 + /// If a new value is created, [Default::default] is invoked and a mutable [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/yaml.rs:1:44 [INFO] [stderr] | [INFO] [stderr] 1 | //! Permits to load YAML data into a [Doc](crate::ig::docs::Doc). [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] 1 - //! Permits to load YAML data into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 1 + //! Permits to load YAML data into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/yaml.rs:80:50 [INFO] [stderr] | [INFO] [stderr] 80 | /// Transforms a YAML hash (object) into a [Doc](crate::ig::docs::Doc). [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] 80 - /// Transforms a YAML hash (object) into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 80 + /// Transforms a YAML hash (object) into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/ig/yaml.rs:122:60 [INFO] [stderr] | [INFO] [stderr] 122 | /// Transforms the given list of YAML objects into a [Doc](crate::ig::docs::Doc). [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] 122 - /// Transforms the given list of YAML objects into a [Doc](crate::ig::docs::Doc). [INFO] [stderr] 122 + /// Transforms the given list of YAML objects into a [Doc]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lru/mod.rs:25:70 [INFO] [stderr] | [INFO] [stderr] 25 | //! The cache can store all kinds of values for which the [ByteSize](ByteSize) trait is implemented. [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] 25 - //! The cache can store all kinds of values for which the [ByteSize](ByteSize) trait is implemented. [INFO] [stderr] 25 + //! The cache can store all kinds of values for which the [ByteSize] trait is implemented. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lru/mod.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | //! The [cache](cache) module provides an actor which contains a set of caches, as determined in [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] 29 - //! The [cache](cache) module provides an actor which contains a set of caches, as determined in [INFO] [stderr] 29 + //! The [cache] module provides an actor which contains a set of caches, as determined in [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `T` [INFO] [stderr] --> src/platform.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | //! **Arc<T>** around. Also this keeps the central **is_running** flag which is toggled to [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 4 | //! **`Arc<T>`** around. Also this keeps the central **is_running** flag which is toggled to [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `jupiter` (lib doc) generated 52 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0 [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/jupiter/index.html [INFO] running `Command { std: "docker" "inspect" "0fd7839d715efd2809955ff724c9b3ca73db229999947e1ac651fd0c3c202120", kill_on_drop: false }`