Skip to content

Commit e8a8f76

Browse files
committed
suppress clippy lint block_in_if_condition_stmt in the testsuite because fixing it upsets rustfmt
1 parent 60f88a4 commit e8a8f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#![allow(clippy::blacklisted_name)]
44
#![allow(clippy::explicit_iter_loop)]
55
#![allow(clippy::redundant_closure)]
6+
#![allow(clippy::block_in_if_condition_stmt)] // clippy doesn't agree with rustfmt 😂
67
#![warn(clippy::needless_borrow)]
78
#![warn(clippy::redundant_clone)]
89

0 commit comments

Comments
 (0)