From 80d53e78ca8eda3593a4f02b2d114e5506d3047d Mon Sep 17 00:00:00 2001 From: Steppy Date: Fri, 13 Dec 2024 13:46:10 +0100 Subject: [PATCH] Remove unneeded TODO item --- src/file.rs | 1 - 1 file changed, 1 deletion(-) 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