mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-20 09:11:24 +01:00
enable explicit_into_iter_loop lint
This commit is contained in:
parent
cb2cd6e253
commit
703e08947f
2 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ empty_drop = "warn"
|
|||
empty_structs_with_brackets = "warn"
|
||||
enum_glob_use = "warn"
|
||||
error_impl_error = "warn"
|
||||
explicit_into_iter_loop = "warn"
|
||||
filetype_is_file = "warn"
|
||||
float_cmp_const = "warn"
|
||||
format_push_string = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue