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.
block_in_if_condition_stmt
1 parent 60f88a4 commit e8a8f76Copy full SHA for e8a8f76
tests/testsuite/main.rs
@@ -3,6 +3,7 @@
3
#![allow(clippy::blacklisted_name)]
4
#![allow(clippy::explicit_iter_loop)]
5
#![allow(clippy::redundant_closure)]
6
+#![allow(clippy::block_in_if_condition_stmt)] // clippy doesn't agree with rustfmt 😂
7
#![warn(clippy::needless_borrow)]
8
#![warn(clippy::redundant_clone)]
9
0 commit comments