Replace clippy::string_to_string with clippy::implicit_clone
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e2db2029c5
commit
acd930b9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -978,7 +978,7 @@ semicolon_outside_block = "warn"
|
|||
str_to_string = "warn"
|
||||
string_lit_chars_any = "warn"
|
||||
string_slice = "warn"
|
||||
string_to_string = "warn"
|
||||
implicit_clone = "warn"
|
||||
suspicious_xor_used_as_pow = "warn"
|
||||
tests_outside_test_module = "warn"
|
||||
try_err = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue