Skip to content

Commit

Permalink
Auto merge of #246 - Amanieu:fix_clippy, r=Amanieu
Browse files Browse the repository at this point in the history
Allow clippy::manual_map

We manually expand these to reduce the amount of LLVM IR generated. (#183)
  • Loading branch information
bors committed Mar 4, 2021
2 parents b19c14a + 24e8661 commit ae5eaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::option_if_let_else,
clippy::redundant_else
clippy::redundant_else,
clippy::manual_map
)]
#![warn(missing_docs)]
#![warn(rust_2018_idioms)]
Expand Down

0 comments on commit ae5eaa7

Please sign in to comment.