clippy: Enable str_to_string rule

This commit is contained in:
Tetsuharu Ohzeki 2024-02-10 00:21:32 +09:00
parent 88f088c4a0
commit 71ea70ebf6

View file

@ -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"