Skip to content

Commit 1e45c4e

Browse files
committed
fix clippy warnings
1 parent 56c8c94 commit 1e45c4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/bench/benches/format.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use std::fmt::Write as _;
33

44
use criterion::{Criterion, black_box, criterion_group, criterion_main};
55

6+
#[allow(clippy::approx_constant)]
67
const VALUES: [f64; 8] = [
78
1.0,
89
0.1,

0 commit comments

Comments
 (0)