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 0fe046d commit 5e6ebf5Copy full SHA for 5e6ebf5
src/lib.rs
@@ -15,7 +15,6 @@
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))))]
0 commit comments