mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
Fix use declarations in delete matcher
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user