Skip to content

Commit dae689e

Browse files
chotchkiGeal
authored andcommitted
Merged the allows into a single line as recommended by @Stargateur
1 parent bf57595 commit dae689e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmarks/benches/arithmetic.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ fn expr(input: &[u8]) -> IResult<&[u8], i64> {
6565
)(input)
6666
}
6767

68-
#[allow(clippy::eq_op)]
69-
#[allow(clippy::erasing_op)]
68+
#[allow(clippy::eq_op, clippy::erasing_op)]
7069
fn arithmetic(c: &mut Criterion) {
7170
let data = b" 2*2 / ( 5 - 1) + 3 / 4 * (2 - 7 + 567 *12 /2) + 3*(1+2*( 45 /2));";
7271

0 commit comments

Comments
 (0)