fix clippy

This commit is contained in:
hinto.janai 2024-04-19 20:59:29 -04:00
parent 1b4ee423ce
commit decd1f277d
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -50,7 +50,7 @@ fn env_inner(c: &mut Criterion) {
c.bench_function(function_name!(), |b| {
b.iter(|| {
black_box(env.env_inner());
let _ = black_box(env.env_inner());
});
});
}