Fix rustfmt on benches

This commit is contained in:
Lucien Greathouse
2019-10-16 19:32:10 -07:00
parent 7c0aa45057
commit 51dcfbab75

View File

@@ -1,4 +1,4 @@
use std::path::{Path};
use std::path::Path;
use criterion::{criterion_group, criterion_main, BatchSize, Criterion};
use tempfile::{tempdir, TempDir};