[INFO] fetching crate iri-string 0.7.0... [INFO] checking iri-string-0.7.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-2 [INFO] extracting crate iri-string 0.7.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate iri-string 0.7.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate iri-string 0.7.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate iri-string 0.7.0 [INFO] tweaked toml for crates.io crate iri-string 0.7.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate iri-string 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_test v1.0.144 [INFO] [stderr] Downloaded unicode-ident v1.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c5ba5e1ef959d8105f87756e8c8cf878f4deefb6726307f2f845bbf44439866 [INFO] running `Command { std: "docker" "start" "-a" "5c5ba5e1ef959d8105f87756e8c8cf878f4deefb6726307f2f845bbf44439866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c5ba5e1ef959d8105f87756e8c8cf878f4deefb6726307f2f845bbf44439866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c5ba5e1ef959d8105f87756e8c8cf878f4deefb6726307f2f845bbf44439866", kill_on_drop: false }` [INFO] [stdout] 5c5ba5e1ef959d8105f87756e8c8cf878f4deefb6726307f2f845bbf44439866 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbd419b2ba0892147de244b86f3ce7cf7ae5f0ad3bd97a16fcd5faf596bd50c2 [INFO] running `Command { std: "docker" "start" "-a" "dbd419b2ba0892147de244b86f3ce7cf7ae5f0ad3bd97a16fcd5faf596bd50c2", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling serde_test v1.0.144 [INFO] [stderr] Checking iri-string v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/build.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/convert.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/format.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/raw.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Vec` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/template/string.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use alloc::borrow::{Cow, ToOwned}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/fragment.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/query.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/iri.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Literal` is never constructed [INFO] [stdout] --> src/template/components.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub(super) struct Literal<'a>(&'a str); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:854:28 [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | ---------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> tests/percent_encode.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> tests/resolve_refimpl/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/build.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/components/authority.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/convert.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/format.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/normalize/pct_case.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/raw.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Vec` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/template/string.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use alloc::borrow::{Cow, ToOwned}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/fragment.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/query.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/iri.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Literal` is never constructed [INFO] [stdout] --> src/template/components.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub(super) struct Literal<'a>(&'a str); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:854:28 [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | ---------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s [INFO] running `Command { std: "docker" "inspect" "dbd419b2ba0892147de244b86f3ce7cf7ae5f0ad3bd97a16fcd5faf596bd50c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbd419b2ba0892147de244b86f3ce7cf7ae5f0ad3bd97a16fcd5faf596bd50c2", kill_on_drop: false }` [INFO] [stdout] dbd419b2ba0892147de244b86f3ce7cf7ae5f0ad3bd97a16fcd5faf596bd50c2 [INFO] checking iri-string-0.7.0 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-2 [INFO] extracting crate iri-string 0.7.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate iri-string 0.7.0 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate iri-string 0.7.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate iri-string 0.7.0 [INFO] tweaked toml for crates.io crate iri-string 0.7.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate iri-string 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2eefdf4745ef9552c4710c2ef1885f3380809491c4c1d5fb1c66d7024335f31d [INFO] running `Command { std: "docker" "start" "-a" "2eefdf4745ef9552c4710c2ef1885f3380809491c4c1d5fb1c66d7024335f31d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2eefdf4745ef9552c4710c2ef1885f3380809491c4c1d5fb1c66d7024335f31d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eefdf4745ef9552c4710c2ef1885f3380809491c4c1d5fb1c66d7024335f31d", kill_on_drop: false }` [INFO] [stdout] 2eefdf4745ef9552c4710c2ef1885f3380809491c4c1d5fb1c66d7024335f31d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb0bfe5ff85b9e41e71a27a5501d8c6a8717f70e557ed9904c29a287faa0a3a9 [INFO] running `Command { std: "docker" "start" "-a" "bb0bfe5ff85b9e41e71a27a5501d8c6a8717f70e557ed9904c29a287faa0a3a9", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling serde_test v1.0.144 [INFO] [stderr] Checking iri-string v0.7.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/template/string.rs (1 fix) [INFO] [stderr] Fixed src/types/generic/macros.rs (18 fixes) [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/build.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/convert.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/format.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/raw.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Vec` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/template/string.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use alloc::borrow::{Cow, ToOwned}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/fragment.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/query.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/iri.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Literal` is never constructed [INFO] [stdout] --> src/template/components.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub(super) struct Literal<'a>(&'a str); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:854:28 [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | ---------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 112 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating examples/flamegraph-parse.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/gh-issues.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/resolve.rs from 2021 edition to 2024 [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> tests/resolve_refimpl/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating examples/flamegraph-resolve.rs from 2021 edition to 2024 [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/build.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/components/authority.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/convert.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/format.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/normalize/pct_case.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/raw.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Vec` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/template/string.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use alloc::borrow::{Cow, ToOwned}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/fragment.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/query.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/iri.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/string_types_interop.rs from 2021 edition to 2024 [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Literal` is never constructed [INFO] [stdout] --> src/template/components.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub(super) struct Literal<'a>(&'a str); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:854:28 [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | ---------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 114 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/percent_encode.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/serde.rs from 2021 edition to 2024 [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> tests/percent_encode.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:144:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/template.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/parse.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/resolve.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/normalize.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/build.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/normalize.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/iri.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking iri-string v0.7.0 (/tmp/fixit) [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/build.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/convert.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/format.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/raw.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Vec` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/template/string.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use alloc::borrow::{Cow, ToOwned}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/fragment.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/query.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/iri.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/build.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/components/authority.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/convert.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/format.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::borrow::ToOwned; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/mask_password.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/normalize/pct_case.rs:239:9 [INFO] [stdout] | [INFO] [stdout] 239 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/raw.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Vec` is imported redundantly [INFO] [stdout] --> src/template/simple_context.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Vec` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/template/string.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToOwned` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:5:26 [INFO] [stdout] | [INFO] [stdout] 5 | use alloc::borrow::{Cow, ToOwned}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToOwned` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Box` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Box` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/template/string/owned.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/fragment.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/query.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TryFrom` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:161:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `TryFrom` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/generic/reference.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> src/types/iri.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | / define_custom_string_slice! { [INFO] [stdout] 16 | | /// A borrowed slice of an absolute IRI without fragment part. [INFO] [stdout] 17 | | /// [INFO] [stdout] 18 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/absolute.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | / define_custom_string_owned! { [INFO] [stdout] 90 | | /// An owned string of an absolute IRI without fragment part. [INFO] [stdout] 91 | | /// [INFO] [stdout] 92 | | /// This corresponds to [`absolute-IRI` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 113 | | } [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/fragment.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | / define_custom_string_owned! { [INFO] [stdout] 57 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 58 | | /// [INFO] [stdout] 59 | | /// This corresponds to [`ifragment` rule] in [RFC 3987] (and [`fragment` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Literal` is never constructed [INFO] [stdout] --> src/template/components.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub(super) struct Literal<'a>(&'a str); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:854:28 [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | ---------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 83 | | } [INFO] [stdout] 84 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/normal.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / define_custom_string_owned! { [INFO] [stdout] 88 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 89 | | /// [INFO] [stdout] 90 | | /// This corresponds to [`IRI` rule] in [RFC 3987] (and [`URI` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 107 | | } [INFO] [stdout] 108 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / define_custom_string_slice! { [INFO] [stdout] 11 | | /// A borrowed slice of an IRI query (i.e. after the first `?` and before the first `#`). [INFO] [stdout] 12 | | /// [INFO] [stdout] 13 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/query.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an IRI fragment (i.e. after the first `#` character). [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`iquery` rule] in [RFC 3987] (and [`query` rule] in [RFC 3986]). [INFO] [stdout] ... | [INFO] [stdout] 100 | | } [INFO] [stdout] 101 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / define_custom_string_slice! { [INFO] [stdout] 26 | | /// A borrowed string of an absolute IRI possibly with fragment part. [INFO] [stdout] 27 | | /// [INFO] [stdout] 28 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/reference.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / define_custom_string_owned! { [INFO] [stdout] 82 | | /// An owned string of an absolute IRI possibly with fragment part. [INFO] [stdout] 83 | | /// [INFO] [stdout] 84 | | /// This corresponds to [`IRI-reference` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 112 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:74 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:83 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:92 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:101 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:201:110 [INFO] [stdout] | [INFO] [stdout] 201 | pub(crate) unsafe fn new_maybe_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:64 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:73 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:82 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:91 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:219:100 [INFO] [stdout] | [INFO] [stdout] 219 | unsafe fn new_always_unchecked(s: &str) -> &Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / define_custom_string_slice! { [INFO] [stdout] 21 | | /// A borrowed slice of a relative IRI reference. [INFO] [stdout] 22 | | /// [INFO] [stdout] 23 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:90 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:108 [INFO] [stdout] | [INFO] [stdout] 536 | ... pub(crate) unsafe fn new_maybe_unchecked(s: alloc::string::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:117 [INFO] [stdout] | [INFO] [stdout] 536 | ...ing::String) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/types/generic/macros.rs:536:126 [INFO] [stdout] | [INFO] [stdout] 536 | ...ng) -> Self { unsafe { unsafe { unsafe { unsafe { unsafe { unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] ::: src/types/generic/relative.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / define_custom_string_owned! { [INFO] [stdout] 85 | | /// An owned string of a relative IRI reference. [INFO] [stdout] 86 | | /// [INFO] [stdout] 87 | | /// This corresponds to [`irelative-ref` rule] in [RFC 3987] [INFO] [stdout] ... | [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_custom_string_owned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Literal` is never constructed [INFO] [stdout] --> src/template/components.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub(super) struct Literal<'a>(&'a str); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:854:28 [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 854 | struct ListTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/expand.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(TypeVisitor<'a>); [INFO] [stdout] | ---------------- ^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 875 | struct AssocTypeVisitor<'a>(()); [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> tests/percent_encode.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use alloc::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `ToString` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 114 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `String` is imported redundantly [INFO] [stdout] --> tests/resolve_refimpl/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use alloc::string::String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/36dbcaee1a55543dfc181be52a69d99ff46ff62f/library/std/src/prelude/mod.rs:157:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `String` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `Command { std: "docker" "inspect" "bb0bfe5ff85b9e41e71a27a5501d8c6a8717f70e557ed9904c29a287faa0a3a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb0bfe5ff85b9e41e71a27a5501d8c6a8717f70e557ed9904c29a287faa0a3a9", kill_on_drop: false }` [INFO] [stdout] bb0bfe5ff85b9e41e71a27a5501d8c6a8717f70e557ed9904c29a287faa0a3a9