diff --git a/globset/benches/bench.rs b/globset/benches/bench.rs index e142ed72..088b48da 100644 --- a/globset/benches/bench.rs +++ b/globset/benches/bench.rs @@ -6,14 +6,9 @@ tool itself, see the benchsuite directory. extern crate glob; extern crate globset; -#[macro_use] -extern crate lazy_static; extern crate regex; extern crate test; -use std::ffi::OsStr; -use std::path::Path; - use globset::{Candidate, Glob, GlobMatcher, GlobSet, GlobSetBuilder}; const EXT: &'static str = "some/a/bigger/path/to/the/crazy/needle.txt";