summaryrefslogtreecommitdiffstats
path: root/ignore/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ignore/src/lib.rs')
-rw-r--r--ignore/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/lib.rs b/ignore/src/lib.rs
index ee313685..d0c8d2fc 100644
--- a/ignore/src/lib.rs
+++ b/ignore/src/lib.rs
@@ -56,7 +56,7 @@ extern crate memchr;
extern crate regex;
extern crate same_file;
#[cfg(test)]
-extern crate tempdir;
+extern crate tempfile;
extern crate thread_local;
extern crate walkdir;
#[cfg(windows)]