mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 22:20:20 +00:00
Remove map_flatten from linting rules (#11913)
# Objective Remove `map_flatten` rule from Cargo.toml fixes #11912
This commit is contained in:
parent
756535bacc
commit
1076bd4b9e
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ undocumented_unsafe_blocks = "warn"
|
||||||
redundant_else = "warn"
|
redundant_else = "warn"
|
||||||
match_same_arms = "warn"
|
match_same_arms = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
map_flatten = "warn"
|
|
||||||
|
|
||||||
ptr_as_ptr = "warn"
|
ptr_as_ptr = "warn"
|
||||||
ptr_cast_constness = "warn"
|
ptr_cast_constness = "warn"
|
||||||
|
|
Loading…
Reference in a new issue