chore: remove todos and fix benches

This commit is contained in:
Paul Delafosse 2022-05-13 08:16:30 +02:00
parent 8f852b4d8f
commit 5efc18bc3b
2 changed files with 2 additions and 3 deletions

View file

@ -50,9 +50,9 @@ pub fn bench_lookups(c: &mut Criterion) {
)
});
});
group.finish();
}
group.finish();
}
criterion_group!(benches, simple_bench, bench_lookups);