diff --git a/src/file.rs b/src/file.rs index ec1f718..161631b 100644 --- a/src/file.rs +++ b/src/file.rs @@ -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