about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2024-02-10 00:21:32 +0900
committerTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2024-02-10 01:00:41 +0900
commit71ea70ebf6d35e09df46d8b5d0e81e6f41d7b31c (patch)
tree3d682ef2cc683d9111a23bacf7bfba69cc7124a6
parent88f088c4a011486b131eb4e3d6310419b53c41e7 (diff)
downloadrust-71ea70ebf6d35e09df46d8b5d0e81e6f41d7b31c.tar.gz
rust-71ea70ebf6d35e09df46d8b5d0e81e6f41d7b31c.zip
clippy: Enable `str_to_string` rule
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 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"