Skip to content

Commit 71ea70e

Browse files
clippy: Enable str_to_string rule
1 parent 88f088c commit 71ea70e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,4 @@ print_stdout = "warn"
180180
print_stderr = "warn"
181181

182182
rc_buffer = "warn"
183-
# FIXME enable this, we use this pattern a lot so its annoying work ...
184-
# str_to_string = "warn"
183+
str_to_string = "warn"

0 commit comments

Comments
 (0)