enable explicit_into_iter_loop lint

This commit is contained in:
Charles Hall 2024-05-14 16:38:21 -07:00
parent cb2cd6e253
commit 703e08947f
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 1 additions and 1 deletions

View file

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