summaryrefslogtreecommitdiffstats
path: root/crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs')
-rw-r--r--crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs b/crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs
index b136b986..09ec83ad 100644
--- a/crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs
+++ b/crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs
@@ -1,5 +1,3 @@
-extern crate ignore;
-
use std::path::Path;
use ignore::gitignore::{Gitignore, GitignoreBuilder};