mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-05 10:29:32 +00:00
fix clippy
This commit is contained in:
parent
1b4ee423ce
commit
decd1f277d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ fn env_inner(c: &mut Criterion) {
|
||||||
|
|
||||||
c.bench_function(function_name!(), |b| {
|
c.bench_function(function_name!(), |b| {
|
||||||
b.iter(|| {
|
b.iter(|| {
|
||||||
black_box(env.env_inner());
|
let _ = black_box(env.env_inner());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue