mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 04:37:46 +00:00
Remove unused import in benchmark code
This commit is contained in:
parent
6f12fec62f
commit
911f8b25c8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
use std::env;
|
use std::env;
|
||||||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
use criterion::{criterion_group, criterion_main, Criterion};
|
||||||
use physis::sqpack::calculate_hash;
|
use physis::sqpack::calculate_hash;
|
||||||
|
|
||||||
fn reload_repos() {
|
fn reload_repos() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue