summaryrefslogtreecommitdiffstats
path: root/globset/benches/bench.rs
diff options
context:
space:
mode:
Diffstat (limited to 'globset/benches/bench.rs')
-rw-r--r--globset/benches/bench.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/globset/benches/bench.rs b/globset/benches/bench.rs
index a151645d..e142ed72 100644
--- a/globset/benches/bench.rs
+++ b/globset/benches/bench.rs
@@ -11,6 +11,9 @@ 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";