Skip to content

Commit 5e6ebf5

Browse files
committed
clippy: if_then_panic is no longer enabled by default (also changed name)
1 parent 0fe046d commit 5e6ebf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
clippy::manual_map, // is not an error
1616
clippy::while_let_on_iterator, // is not an error
1717
clippy::from_iter_instead_of_collect, // using from_iter is good style
18-
clippy::if_then_panic, // is not an error
1918
clippy::redundant_closure, // false positives clippy #7812
2019
)]
2120
#![doc(test(attr(deny(warnings))))]

0 commit comments

Comments
 (0)