Remove unneeded TODO item
This commit is contained in:
parent
949631b03e
commit
80d53e78ca
@ -113,7 +113,6 @@ impl FileMatcher {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO return kind of match (partial | full) and consider replacing on full match in delete policy
|
|
||||||
pub fn matches(&self, file_name: &str) -> bool {
|
pub fn matches(&self, file_name: &str) -> bool {
|
||||||
file_name.starts_with(&self.name)
|
file_name.starts_with(&self.name)
|
||||||
&& self
|
&& self
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user