From c12bbc82b8f1810273b189983eb35eff2580f94c Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Tue, 19 Aug 2025 18:07:05 -0600 Subject: [PATCH] fix: Get rid of removed clippy lint --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bb763f3..62609351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,6 @@ str_to_string = "warn" string_add = "warn" string_add_assign = "warn" string_lit_as_bytes = "warn" -string_to_string = "warn" todo = "warn" trait_duplication_in_bounds = "warn" uninlined_format_args = "warn"