From f7bd9eaba8f8a63a03c3f51b316186190b942a30 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 10 Nov 2025 22:30:22 +0000 Subject: [PATCH] chore(clippy): Remove old redundant lint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 482df3cd..c9f6bebb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -947,7 +947,7 @@ semicolon_outside_block = "warn" str_to_string = "warn" string_lit_chars_any = "warn" string_slice = "warn" -string_to_string = "warn" + suspicious_xor_used_as_pow = "warn" tests_outside_test_module = "warn" try_err = "warn"