Skip to content

Commit ae5eaa7

Browse files
committed
Auto merge of #246 - Amanieu:fix_clippy, r=Amanieu
Allow clippy::manual_map We manually expand these to reduce the amount of LLVM IR generated. (#183)
2 parents b19c14a + 24e8661 commit ae5eaa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
clippy::module_name_repetitions,
3030
clippy::must_use_candidate,
3131
clippy::option_if_let_else,
32-
clippy::redundant_else
32+
clippy::redundant_else,
33+
clippy::manual_map
3334
)]
3435
#![warn(missing_docs)]
3536
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)