1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 12:47:45 +00:00

Remove unused import in benchmark code

This commit is contained in:
Joshua Goins 2022-08-06 18:06:18 -04:00
parent 6f12fec62f
commit 911f8b25c8

View file

@ -1,5 +1,5 @@
use std::env;
use criterion::{black_box, criterion_group, criterion_main, Criterion};
use criterion::{criterion_group, criterion_main, Criterion};
use physis::sqpack::calculate_hash;
fn reload_repos() {