Skip to content

Commit bf7dd27

Browse files
committed
fix clippy
Signed-off-by: Alexander Droste <[email protected]>
1 parent e8fa76a commit bf7dd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encodings/alp/benches/alp_compress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn decompress_alp<T: ALPFloat + NativePType>(bencher: Bencher, args: (usize, f64
9292
)
9393
.unwrap()
9494
})
95-
.bench_values(|array| decompress(array));
95+
.bench_values(decompress);
9696
}
9797

9898
#[divan::bench(types = [f32, f64], args = [10_000, 100_000])]

0 commit comments

Comments
 (0)