enable flat_map_option lint

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

View file

@ -31,6 +31,7 @@ enum_glob_use = "warn"
error_impl_error = "warn"
explicit_into_iter_loop = "warn"
filetype_is_file = "warn"
flat_map_option = "warn"
float_cmp_const = "warn"
format_push_string = "warn"
get_unwrap = "warn"