We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c8c94 commit 1e45c4eCopy full SHA for 1e45c4e
1 file changed
tools/bench/benches/format.rs
@@ -3,6 +3,7 @@ use std::fmt::Write as _;
3
4
use criterion::{Criterion, black_box, criterion_group, criterion_main};
5
6
+#[allow(clippy::approx_constant)]
7
const VALUES: [f64; 8] = [
8
1.0,
9
0.1,
0 commit comments