mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable flat_map_option lint
This commit is contained in:
parent
703e08947f
commit
a32b7c1ac1
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue