We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267063b commit 55f3276Copy full SHA for 55f3276
src/lib.rs
@@ -15,6 +15,8 @@
15
clippy::manual_map, // is not an error
16
clippy::while_let_on_iterator, // is not an error
17
clippy::from_iter_instead_of_collect, // using from_iter is good style
18
+ clippy::if_then_panic, // is not an error
19
+ clippy::redundant_closure, // false positives clippy #7812
20
)]
21
#![doc(test(attr(deny(warnings))))]
22
#![doc(test(attr(allow(unused_variables))))]
0 commit comments