Build #1216244 2024-05-10T20:01:19.934072+00:00
# rustc version
rustc 1.80.0-nightly (8f9080db4 2024-05-09)# docs.rs version
docsrs 0.6.0 (7c63657e 2024-05-03)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/leptos-use-0.10.10/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/leptos-use-0.10.10/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "math docs ssr prost serde" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240509-1.80.0-nightly-8f9080db4\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 5dfcb457c608f84a9b44c7318874a79af89df384146d1954c77ff0f3354c29ac
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "5dfcb457c608f84a9b44c7318874a79af89df384146d1954c77ff0f3354c29ac", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting leptos-use v0.10.10 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `use_event_listener`
[INFO] [stderr] --> src/core/element_maybe_signal.rs:14:44
[INFO] [stderr] |
[INFO] [stderr] 14 | /// into a function. Used for example in [`use_event_listener`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `use_event_listener` 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 `use_event_listener`
[INFO] [stderr] --> src/core/elements_maybe_signal.rs:15:44
[INFO] [stderr] |
[INFO] [stderr] 15 | /// into a function. Used for example in [`use_event_listener`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `use_event_listener` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_and`
[INFO] [stderr] --> src/math/use_not.rs:27:9
[INFO] [stderr] |
[INFO] [stderr] 27 | /// - [`use_and`]
[INFO] [stderr] | ^^^^^^^ no item named `use_and` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_or`
[INFO] [stderr] --> src/math/use_not.rs:28:9
[INFO] [stderr] |
[INFO] [stderr] 28 | /// - [`use_or`]
[INFO] [stderr] | ^^^^^^ no item named `use_or` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_session_storage`
[INFO] [stderr] --> src/storage/use_local_storage.rs:9:27
[INFO] [stderr] |
[INFO] [stderr] 9 | /// This is contrast to [`use_session_storage`] which clears data when the page session ends and is not shared.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `use_session_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_storage`
[INFO] [stderr] --> src/storage/use_local_storage.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | /// See [`use_storage`] for more details on how to use.
[INFO] [stderr] | ^^^^^^^^^^^ no item named `use_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_local_storage`
[INFO] [stderr] --> src/storage/use_session_storage.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | /// Use [`use_local_storage`] to store data that is shared amongst all pages with the same origin and persists between page sessions.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `use_local_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_storage`
[INFO] [stderr] --> src/storage/use_session_storage.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | /// See [`use_storage`] for more details on how to use.
[INFO] [stderr] | ^^^^^^^^^^^ no item named `use_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Codec`
[INFO] [stderr] --> src/storage/use_storage.rs:25:49
[INFO] [stderr] |
[INFO] [stderr] 25 | /// is then encoded and decoded via the given [`Codec`]. This value is synced with other calls using
[INFO] [stderr] | ^^^^^ no item named `Codec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `JsonCodec`
[INFO] [stderr] --> src/storage/use_storage.rs:31:20
[INFO] [stderr] |
[INFO] [stderr] 31 | /// > To use the [`JsonCodec`], you will need to add the `"serde"` feature to your project's `Cargo.toml`.
[INFO] [stderr] | ^^^^^^^^^ no item named `JsonCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ProstCodec`
[INFO] [stderr] --> src/storage/use_storage.rs:32:16
[INFO] [stderr] |
[INFO] [stderr] 32 | /// > To use [`ProstCodec`], add the feature `"prost"`.
[INFO] [stderr] | ^^^^^^^^^^ no item named `ProstCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_local_storage_with_options`
[INFO] [stderr] --> src/storage/use_storage.rs:331:28
[INFO] [stderr] |
[INFO] [stderr] 331 | /// Options for use with [`use_local_storage_with_options`], [`use_session_storage_with_options`] and [`use_storage_with_options`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `use_local_storage_with_options` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_session_storage_with_options`
[INFO] [stderr] --> src/storage/use_storage.rs:331:64
[INFO] [stderr] |
[INFO] [stderr] 331 | /// Options for use with [`use_local_storage_with_options`], [`use_session_storage_with_options`] and [`use_storage_with_options`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `use_session_storage_with_options` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `super::Codec`
[INFO] [stderr] --> src/utils/codecs/string/json.rs:28:120
[INFO] [stderr] |
[INFO] [stderr] 28 | ...ng the stored JSON value. See [`Codec`](super::Codec) for general information on codec versioning.
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `Codec` in module `string`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `encode`
[INFO] [stderr] --> src/utils/codecs/string/mod.rs:34:87
[INFO] [stderr] |
[INFO] [stderr] 34 | /// Decodes a string to a value. Should be able to decode any string encoded by [`encode`].
[INFO] [stderr] | ^^^^^^ no item named `encode` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `breakpoints_semantic`
[INFO] [stderr] --> src/use_breakpoints.rs:45:9
[INFO] [stderr] |
[INFO] [stderr] 45 | /// * [`breakpoints_semantic`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `breakpoints_semantic` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `use_media_query` is both a function and a module
[INFO] [stderr] --> src/use_breakpoints.rs:110:34
[INFO] [stderr] |
[INFO] [stderr] 110 | /// Since internally this uses [`use_media_query`], which returns always `false` on the server,
[INFO] [stderr] | ^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 110 | /// Since internally this uses [`use_media_query()`], which returns always `false` on the server,
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 110 | /// Since internally this uses [`mod@use_media_query`], which returns always `false` on the server,
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_storage`
[INFO] [stderr] --> src/use_broadcast_channel.rs:47:22
[INFO] [stderr] |
[INFO] [stderr] 47 | /// Just like with [`use_storage`] you can use different codecs for encoding and decoding.
[INFO] [stderr] | ^^^^^^^^^^^ no item named `use_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `use_preferred_dark` is both a function and a module
[INFO] [stderr] --> src/use_color_mode.rs:39:70
[INFO] [stderr] |
[INFO] [stderr] 39 | /// By default, it will match with users' browser preference using [`use_preferred_dark`] (a.k.a. `ColorMode::Auto`).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 39 | /// By default, it will match with users' browser preference using [`use_preferred_dark()`] (a.k.a. `ColorMode::Auto`).
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 39 | /// By default, it will match with users' browser preference using [`mod@use_preferred_dark`] (a.k.a. `ColorMode::Auto`).
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `use_cookie` is both a function and a module
[INFO] [stderr] --> src/use_color_mode.rs:90:94
[INFO] [stderr] |
[INFO] [stderr] 90 | /// > Note: To work with SSR you have to add the `axum` or `actix` feature as described in [`use_cookie`].
[INFO] [stderr] | ^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 90 | /// > Note: To work with SSR you have to add the `axum` or `actix` feature as described in [`use_cookie()`].
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 90 | /// > Note: To work with SSR you have to add the `axum` or `actix` feature as described in [`mod@use_cookie`].
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `use_cookie` is both a function and a module
[INFO] [stderr] --> src/use_color_mode.rs:119:31
[INFO] [stderr] |
[INFO] [stderr] 119 | /// feature as described in [`use_cookie`].
[INFO] [stderr] | ^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 119 | /// feature as described in [`use_cookie()`].
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 119 | /// feature as described in [`mod@use_cookie`].
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `use_preferred_dark` is both a function and a module
[INFO] [stderr] --> src/use_color_mode.rs:123:9
[INFO] [stderr] |
[INFO] [stderr] 123 | /// * [`use_preferred_dark`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 123 | /// * [`use_preferred_dark()`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 123 | /// * [`mod@use_preferred_dark`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_storage`
[INFO] [stderr] --> src/use_color_mode.rs:124:9
[INFO] [stderr] |
[INFO] [stderr] 124 | /// * [`use_storage`]
[INFO] [stderr] | ^^^^^^^^^^^ no item named `use_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `use_cookie` is both a function and a module
[INFO] [stderr] --> src/use_color_mode.rs:125:9
[INFO] [stderr] |
[INFO] [stderr] 125 | /// * [`use_cookie`]
[INFO] [stderr] | ^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 125 | /// * [`use_cookie()`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 125 | /// * [`mod@use_cookie`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_storage`
[INFO] [stderr] --> src/use_color_mode.rs:511:51
[INFO] [stderr] |
[INFO] [stderr] 511 | /// Direct access to the returned signal of [`use_storage`] if enabled or [`UseColorModeOptions::storage_signal`] if provided
[INFO] [stderr] | ^^^^^^^^^^^ no item named `use_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_storage`
[INFO] [stderr] --> src/use_color_mode.rs:513:57
[INFO] [stderr] |
[INFO] [stderr] 513 | /// Direct write access to the returned signal of [`use_storage`] if enabled or [`UseColorModeOptions::storage_signal`] if provided
[INFO] [stderr] | ^^^^^^^^^^^ no item named `use_storage` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_resize_observer`
[INFO] [stderr] --> src/use_element_size.rs:48:9
[INFO] [stderr] |
[INFO] [stderr] 48 | /// - [`use_resize_observer`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `use_resize_observer` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_intersection_observer`
[INFO] [stderr] --> src/use_element_visibility.rs:43:9
[INFO] [stderr] |
[INFO] [stderr] 43 | /// * [`use_intersection_observer`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `use_intersection_observer` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Codec`
[INFO] [stderr] --> src/use_event_source.rs:21:40
[INFO] [stderr] |
[INFO] [stderr] 21 | /// Values are decoded via the given [`Codec`].
[INFO] [stderr] | ^^^^^ no item named `Codec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `JsonCodec`
[INFO] [stderr] --> src/use_event_source.rs:23:20
[INFO] [stderr] |
[INFO] [stderr] 23 | /// > To use the [`JsonCodec`], you will need to add the `"serde"` feature to your project's `Cargo.toml`.
[INFO] [stderr] | ^^^^^^^^^ no item named `JsonCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ProstCodec`
[INFO] [stderr] --> src/use_event_source.rs:24:16
[INFO] [stderr] |
[INFO] [stderr] 24 | /// > To use [`ProstCodec`], add the feature `"prost"`.
[INFO] [stderr] | ^^^^^^^^^^ no item named `ProstCodec` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_element_visibility`
[INFO] [stderr] --> src/use_intersection_observer.rs:55:9
[INFO] [stderr] |
[INFO] [stderr] 55 | /// * [`use_element_visibility`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `use_element_visibility` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_preferred_dark`
[INFO] [stderr] --> src/use_media_query.rs:39:9
[INFO] [stderr] |
[INFO] [stderr] 39 | /// * [`use_preferred_dark`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `use_preferred_dark` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_preferred_contrast`
[INFO] [stderr] --> src/use_media_query.rs:40:9
[INFO] [stderr] |
[INFO] [stderr] 40 | /// * [`use_preferred_contrast`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `use_preferred_contrast` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `use_media_query` is both a function and a module
[INFO] [stderr] --> src/use_preferred_contrast.rs:28:9
[INFO] [stderr] |
[INFO] [stderr] 28 | /// * [`use_media_query`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 28 | /// * [`use_media_query()`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 28 | /// * [`mod@use_media_query`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_preferred_dark`
[INFO] [stderr] --> src/use_preferred_contrast.rs:29:9
[INFO] [stderr] |
[INFO] [stderr] 29 | /// * [`use_preferred_dark`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `use_preferred_dark` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `use_media_query` is both a function and a module
[INFO] [stderr] --> src/use_preferred_dark.rs:27:9
[INFO] [stderr] |
[INFO] [stderr] 27 | /// * [`use_media_query`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 27 | /// * [`use_media_query()`]
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 27 | /// * [`mod@use_media_query`]
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_preferred_contrast`
[INFO] [stderr] --> src/use_preferred_dark.rs:28:9
[INFO] [stderr] |
[INFO] [stderr] 28 | /// * [`use_preferred_contrast`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `use_preferred_contrast` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_element_size`
[INFO] [stderr] --> src/use_resize_observer.rs:53:9
[INFO] [stderr] |
[INFO] [stderr] 53 | /// - [`use_element_size`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `use_element_size` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_raf_fn`
[INFO] [stderr] --> src/use_timestamp.rs:158:15
[INFO] [stderr] |
[INFO] [stderr] 158 | /// use [`use_raf_fn`] for updating the timestamp
[INFO] [stderr] | ^^^^^^^^^^ no item named `use_raf_fn` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `use_interval_fn`
[INFO] [stderr] --> src/use_timestamp.rs:161:15
[INFO] [stderr] |
[INFO] [stderr] 161 | /// use [`use_interval_fn`] for updating the timestamp
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `use_interval_fn` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `use_document` is both a function and a module
[INFO] [stderr] --> src/use_window.rs:57:31
[INFO] [stderr] |
[INFO] [stderr] 57 | /// Returns the same as [`use_document`].
[INFO] [stderr] | ^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 57 | /// Returns the same as [`use_document()`].
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 57 | /// Returns the same as [`mod@use_document`].
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch_throttled`
[INFO] [stderr] --> src/watch_debounced.rs:74:9
[INFO] [stderr] |
[INFO] [stderr] 74 | /// * [`watch_throttled`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `watch_throttled` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch`
[INFO] [stderr] --> src/watch_throttled.rs:4:30
[INFO] [stderr] |
[INFO] [stderr] 4 | /// A throttled version of [`watch`].
[INFO] [stderr] | ^^^^^ no item named `watch` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch`
[INFO] [stderr] --> src/watch_throttled.rs:72:9
[INFO] [stderr] |
[INFO] [stderr] 72 | /// * [`watch`]
[INFO] [stderr] | ^^^^^ no item named `watch` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch_debounced`
[INFO] [stderr] --> src/watch_throttled.rs:73:9
[INFO] [stderr] |
[INFO] [stderr] 73 | /// * [`watch_debounced`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `watch_debounced` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch_throttled`
[INFO] [stderr] --> src/watch_with_options.rs:41:62
[INFO] [stderr] |
[INFO] [stderr] 41 | /// The callback can be throttled or debounced. Please see [`watch_throttled`] and [`watch_debounced`] for details.
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `watch_throttled` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch_debounced`
[INFO] [stderr] --> src/watch_with_options.rs:41:86
[INFO] [stderr] |
[INFO] [stderr] 41 | /// The callback can be throttled or debounced. Please see [`watch_throttled`] and [`watch_debounced`] for details.
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `watch_debounced` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch_throttled`
[INFO] [stderr] --> src/watch_with_options.rs:89:9
[INFO] [stderr] |
[INFO] [stderr] 89 | /// * [`watch_throttled`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `watch_throttled` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch_debounced`
[INFO] [stderr] --> src/watch_with_options.rs:90:9
[INFO] [stderr] |
[INFO] [stderr] 90 | /// * [`watch_debounced`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `watch_debounced` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch`
[INFO] [stderr] --> src/whenever.rs:23:15
[INFO] [stderr] |
[INFO] [stderr] 23 | /// Same as [`watch`], the callback will be called with `callback(input, prev_input, prev_return)`.
[INFO] [stderr] | ^^^^^ no item named `watch` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `watch`
[INFO] [stderr] --> src/whenever.rs:42:15
[INFO] [stderr] |
[INFO] [stderr] 42 | /// Same as [`watch`], you can pass a getter function to calculate on each change.
[INFO] [stderr] | ^^^^^ no item named `watch` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `watch_with_options` is both a function and a module
[INFO] [stderr] --> src/whenever.rs:62:40
[INFO] [stderr] |
[INFO] [stderr] 62 | /// Options and defaults are same as [`watch_with_options`].
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 62 | /// Options and defaults are same as [`watch_with_options()`].
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 62 | /// Options and defaults are same as [`mod@watch_with_options`].
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/storage/use_local_storage.rs:7:143
[INFO] [stderr] |
[INFO] [stderr] 7 | ...gin (e.g., all pages from "https://example.com" share the same origin). While data doesn't expire the user can view, modify and delete...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:279:10
[INFO] [stderr] |
[INFO] [stderr] 279 | /// See [https://tailwindcss.com/docs/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tailwindcss.com/docs/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:291:10
[INFO] [stderr] |
[INFO] [stderr] 291 | /// See [https://tailwindcss.com/docs/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tailwindcss.com/docs/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:304:10
[INFO] [stderr] |
[INFO] [stderr] 304 | /// See [https://getbootstrap.com/docs/5.0/layout/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://getbootstrap.com/docs/5.0/layout/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:316:10
[INFO] [stderr] |
[INFO] [stderr] 316 | /// See [https://getbootstrap.com/docs/5.0/layout/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://getbootstrap.com/docs/5.0/layout/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:329:10
[INFO] [stderr] |
[INFO] [stderr] 329 | /// See [https://mui.com/material-ui/customization/breakpoints/]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://mui.com/material-ui/customization/breakpoints/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:341:10
[INFO] [stderr] |
[INFO] [stderr] 341 | /// See [https://mui.com/material-ui/customization/breakpoints/]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://mui.com/material-ui/customization/breakpoints/>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:354:10
[INFO] [stderr] |
[INFO] [stderr] 354 | /// See [https://ant.design/components/layout/#breakpoint-width]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://ant.design/components/layout/#breakpoint-width>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:367:10
[INFO] [stderr] |
[INFO] [stderr] 367 | /// See [https://ant.design/components/layout/#breakpoint-width]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://ant.design/components/layout/#breakpoint-width>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:381:10
[INFO] [stderr] |
[INFO] [stderr] 381 | /// See [https://quasar.dev/style/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://quasar.dev/style/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:393:10
[INFO] [stderr] |
[INFO] [stderr] 393 | /// See [https://quasar.dev/style/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://quasar.dev/style/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:406:10
[INFO] [stderr] |
[INFO] [stderr] 406 | /// See [https://semantic-ui.com/elements/container.html]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://semantic-ui.com/elements/container.html>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:417:10
[INFO] [stderr] |
[INFO] [stderr] 417 | /// See [https://semantic-ui.com/elements/container.html]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://semantic-ui.com/elements/container.html>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:429:10
[INFO] [stderr] |
[INFO] [stderr] 429 | /// See [https://docs.master.co/css/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.master.co/css/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_breakpoints.rs:446:10
[INFO] [stderr] |
[INFO] [stderr] 446 | /// See [https://docs.master.co/css/breakpoints]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.master.co/css/breakpoints>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_intl_number_format.rs:487:85
[INFO] [stderr] |
[INFO] [stderr] 487 | ...de list](https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=currency-codes.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=currency-codes.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_intl_number_format.rs:485:5
[INFO] [stderr] |
[INFO] [stderr] 485 | / /// The currency to use in currency formatting.
[INFO] [stderr] 486 | | /// Possible values are the ISO 4217 currency codes, such as "USD" for the US dollar, "EUR" for the euro,
[INFO] [stderr] 487 | | /// or "CNY" for the Chinese RMB — see the [Current currency & funds code list](https://www.six-group.com/en/products-services/financ...
[INFO] [stderr] 488 | | /// There is no default value; if the style is `Currency`, the currency property must be provided.
[INFO] [stderr] | |______________________________________________________________________________________________________^ help: use an automatic link instead: `<https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=currency-codes.>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_raf_fn.rs:168:73
[INFO] [stderr] |
[INFO] [stderr] 168 | ...ge. See [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/DOMHighResTimeStamp#the_time_origin Time origin).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/API/DOMHighResTimeStamp#the_time_origin>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_websocket.rs:85:7
[INFO] [stderr] |
[INFO] [stderr] 85 | /// | http://example.com/some/where | /api/ws | ws://example.com/api/ws |
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://example.com/some/where>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_websocket.rs:86:7
[INFO] [stderr] |
[INFO] [stderr] 86 | /// | https://example.com/some/where | /api/ws | wss://example.com/api/ws |
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/some/where>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_websocket.rs:87:7
[INFO] [stderr] |
[INFO] [stderr] 87 | /// | https://example.com/some/where | api/ws | wss://example.com/some/where/api/ws |
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/some/where>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/use_websocket.rs:88:7
[INFO] [stderr] |
[INFO] [stderr] 88 | /// | https://example.com/some/where | //otherdomain.com/api/ws | wss://otherdomain.com/api/ws |
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/some/where>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `leptos-use` (lib doc) generated 75 warnings (run `cargo fix --lib -p leptos-use` to apply 22 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/leptos_use/index.html
[INFO] running `Command { std: "docker" "inspect" "5dfcb457c608f84a9b44c7318874a79af89df384146d1954c77ff0f3354c29ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dfcb457c608f84a9b44c7318874a79af89df384146d1954c77ff0f3354c29ac", kill_on_drop: false }`
[INFO] [stdout] 5dfcb457c608f84a9b44c7318874a79af89df384146d1954c77ff0f3354c29ac