Skip to content

Commit

Permalink
Remove map_flatten from linting rules (#11913)
Browse files Browse the repository at this point in the history
# Objective
Remove `map_flatten` rule from Cargo.toml

fixes #11912
  • Loading branch information
ekropotin authored Feb 17, 2024
1 parent 756535b commit 1076bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ undocumented_unsafe_blocks = "warn"
redundant_else = "warn"
match_same_arms = "warn"
semicolon_if_nothing_returned = "warn"
map_flatten = "warn"

ptr_as_ptr = "warn"
ptr_cast_constness = "warn"
Expand Down

0 comments on commit 1076bd4

Please sign in to comment.