Skip to content

Commit

Permalink
Ignore incorrect suggestion from manual_map lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 26, 2021
1 parent 89f9d1f commit 94686e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
clippy::enum_glob_use,
clippy::let_and_return,
clippy::let_underscore_drop,
clippy::manual_map, // https://github.com/rust-lang/rust-clippy/issues/6795
clippy::map_entry,
clippy::needless_pass_by_value,
clippy::needless_return,
Expand Down

0 comments on commit 94686e7

Please sign in to comment.