From c37ee9735128fa432fdcbe5d53766cc761a7db08 Mon Sep 17 00:00:00 2001 From: June Strawberry Date: Sun, 6 Jul 2025 01:19:46 -0400 Subject: [PATCH] allow nightly unstable_name_collisions lint due to BoolExt conflict Signed-off-by: June Strawberry Signed-off-by: Jason Volk --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d5b1b635..f84bd136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -876,6 +876,11 @@ unknown_lints = "allow" # mismatched_lifetime_syntaxes but it actually has not. renamed_and_removed_lints = "allow" +# nightly has a new lint that conflicts with our BoolExt trait at +# src/core/utils/bool.rs:68:48 +# +unstable_name_collisions = "allow" # TODO + ####################################### # # Clippy lints