Remove unneeded TODO item

This commit is contained in:
Leonard Steppy 2024-12-13 13:46:10 +01:00
parent 949631b03e
commit 80d53e78ca

View File

@ -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 {
file_name.starts_with(&self.name)
&& self