Fix use declarations in delete matcher

This commit is contained in:
Chad Williamson
2020-12-31 00:50:49 -08:00
parent b111f3e099
commit 6a2e91a884
+1 -1
View File
@@ -14,7 +14,7 @@ use std::path::{Path, PathBuf};
use walkdir::DirEntry;
use find::matchers::{Matcher, MatcherIO};
use super::{Matcher, MatcherIO};
pub struct DeleteMatcher {
current_dir: PathBuf,