From 71ea70ebf6d35e09df46d8b5d0e81e6f41d7b31c Mon Sep 17 00:00:00 2001 From: Tetsuharu Ohzeki Date: Sat, 10 Feb 2024 00:21:32 +0900 Subject: [PATCH] clippy: Enable `str_to_string` rule --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30b59498bdc..2b81f7b11b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,5 +180,4 @@ print_stdout = "warn" print_stderr = "warn" rc_buffer = "warn" -# FIXME enable this, we use this pattern a lot so its annoying work ... -# str_to_string = "warn" +str_to_string = "warn"