clippy: Enable str_to_string
rule
This commit is contained in:
parent
88f088c4a0
commit
71ea70ebf6
1 changed files with 1 additions and 2 deletions
|
@ -180,5 +180,4 @@ print_stdout = "warn"
|
||||||
print_stderr = "warn"
|
print_stderr = "warn"
|
||||||
|
|
||||||
rc_buffer = "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"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue