# rustc version rustc 1.89.0-nightly (99e7c15e8 2025-06-01)
# docs.rs version docsrs 0.6.0 (d2911047 2025-05-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/freya-elements-0.3.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/freya-elements-0.3.4/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250601-1.89.0-nightly-99e7c15e8\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] 19dc29a93ad983f4e527e195cd386a970618cc7fb277cf3645a060e06ae71a26 [INFO] running `Command { std: "docker" "start" "-a" "19dc29a93ad983f4e527e195cd386a970618cc7fb277cf3645a060e06ae71a26", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting freya-elements v0.3.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/file.rs:12:34 [INFO] [stderr] | [INFO] [stderr] 12 | /// Event Data: [`FileData`](crate::events::FileData) [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] = note: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 12 - /// Event Data: [`FileData`](crate::events::FileData) [INFO] [stderr] 12 + /// Event Data: [`FileData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/file.rs:33:34 [INFO] [stderr] | [INFO] [stderr] 33 | /// Event Data: [`FileData`](crate::events::FileData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 33 - /// Event Data: [`FileData`](crate::events::FileData) [INFO] [stderr] 33 + /// Event Data: [`FileData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/file.rs:54:34 [INFO] [stderr] | [INFO] [stderr] 54 | /// Event Data: [`FileData`](crate::events::FileData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 54 - /// Event Data: [`FileData`](crate::events::FileData) [INFO] [stderr] 54 + /// Event Data: [`FileData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/keyboard.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 17 - /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [INFO] [stderr] 17 + /// Event Data: [`KeyboardData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/keyboard.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 35 - /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [INFO] [stderr] 35 + /// Event Data: [`KeyboardData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/keyboard.rs:53:38 [INFO] [stderr] | [INFO] [stderr] 53 | /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 53 - /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [INFO] [stderr] 53 + /// Event Data: [`KeyboardData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/keyboard.rs:71:38 [INFO] [stderr] | [INFO] [stderr] 71 | /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 71 - /// Event Data: [`KeyboardData`](crate::events::KeyboardData) [INFO] [stderr] 71 + /// Event Data: [`KeyboardData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 13 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 13 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:60:35 [INFO] [stderr] | [INFO] [stderr] 60 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 60 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 60 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 81 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 81 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 102 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 102 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:174:35 [INFO] [stderr] | [INFO] [stderr] 174 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 174 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 174 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:195:35 [INFO] [stderr] | [INFO] [stderr] 195 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 195 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 195 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:219:35 [INFO] [stderr] | [INFO] [stderr] 219 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 219 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 219 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/mouse.rs:240:35 [INFO] [stderr] | [INFO] [stderr] 240 | /// Event Data: [`MouseData`](crate::events::MouseData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 240 - /// Event Data: [`MouseData`](crate::events::MouseData) [INFO] [stderr] 240 + /// Event Data: [`MouseData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/pointer.rs:17:37 [INFO] [stderr] | [INFO] [stderr] 17 | /// Event Data: [`PointerData`](crate::events::PointerData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 17 - /// Event Data: [`PointerData`](crate::events::PointerData) [INFO] [stderr] 17 + /// Event Data: [`PointerData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/pointer.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | /// Event Data: [`PointerData`](crate::events::PointerData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 38 - /// Event Data: [`PointerData`](crate::events::PointerData) [INFO] [stderr] 38 + /// Event Data: [`PointerData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/pointer.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | /// Event Data: [`PointerData`](crate::events::PointerData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 59 - /// Event Data: [`PointerData`](crate::events::PointerData) [INFO] [stderr] 59 + /// Event Data: [`PointerData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/pointer.rs:85:37 [INFO] [stderr] | [INFO] [stderr] 85 | /// Event Data: [`PointerData`](crate::events::PointerData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 85 - /// Event Data: [`PointerData`](crate::events::PointerData) [INFO] [stderr] 85 + /// Event Data: [`PointerData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/pointer.rs:106:37 [INFO] [stderr] | [INFO] [stderr] 106 | /// Event Data: [`PointerData`](crate::events::PointerData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 106 - /// Event Data: [`PointerData`](crate::events::PointerData) [INFO] [stderr] 106 + /// Event Data: [`PointerData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/pointer.rs:127:37 [INFO] [stderr] | [INFO] [stderr] 127 | /// Event Data: [`PointerData`](crate::events::PointerData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 127 - /// Event Data: [`PointerData`](crate::events::PointerData) [INFO] [stderr] 127 + /// Event Data: [`PointerData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/touch.rs:18:35 [INFO] [stderr] | [INFO] [stderr] 18 | /// Event Data: [`TouchData`](crate::events::TouchData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 18 - /// Event Data: [`TouchData`](crate::events::TouchData) [INFO] [stderr] 18 + /// Event Data: [`TouchData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/touch.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | /// Event Data: [`TouchData`](crate::events::TouchData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 39 - /// Event Data: [`TouchData`](crate::events::TouchData) [INFO] [stderr] 39 + /// Event Data: [`TouchData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/touch.rs:60:35 [INFO] [stderr] | [INFO] [stderr] 60 | /// Event Data: [`TouchData`](crate::events::TouchData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 60 - /// Event Data: [`TouchData`](crate::events::TouchData) [INFO] [stderr] 60 + /// Event Data: [`TouchData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/touch.rs:81:35 [INFO] [stderr] | [INFO] [stderr] 81 | /// Event Data: [`TouchData`](crate::events::TouchData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 81 - /// Event Data: [`TouchData`](crate::events::TouchData) [INFO] [stderr] 81 + /// Event Data: [`TouchData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/events/wheel.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | /// Event Data: [`WheelData`](crate::events::WheelData) [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: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - /// Event Data: [`WheelData`](crate::events::WheelData) [INFO] [stderr] 11 + /// Event Data: [`WheelData`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `freya-elements` (lib doc) generated 26 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/freya_elements/index.html [INFO] running `Command { std: "docker" "inspect" "19dc29a93ad983f4e527e195cd386a970618cc7fb277cf3645a060e06ae71a26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19dc29a93ad983f4e527e195cd386a970618cc7fb277cf3645a060e06ae71a26", kill_on_drop: false }` [INFO] [stdout] 19dc29a93ad983f4e527e195cd386a970618cc7fb277cf3645a060e06ae71a26