Skip to content

Commit 675ad3b

Browse files
authored
Fixup clippy issues from 1.44 rollback (#3143)
Signed-off-by: Ana Hobden <[email protected]>
1 parent 3b8bf31 commit 675ad3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![allow(clippy::approx_constant)]
2-
#![allow(clippy::blocks_in_if_conditions)]
32
#![allow(clippy::float_cmp)]
43
#![allow(clippy::match_wild_err_arm)]
54
#![allow(clippy::new_ret_no_self)]
@@ -8,6 +7,7 @@
87
#![allow(clippy::trivial_regex)]
98
#![allow(clippy::type_complexity)]
109
#![allow(clippy::unit_arg)]
10+
#![allow(clippy::block_in_if_condition_stmt)]
1111

1212
#[macro_use]
1313
extern crate tracing;

0 commit comments

Comments
 (0)