Skip to content

Commit d5ebcdd

Browse files
committed
Remove completed TODO
This was done in an earlier commit.
1 parent 6e5ab88 commit d5ebcdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/file_matching.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ pub enum MatchExpression {
2727
Bool(bool),
2828
}
2929

30-
// TODO (1.0): Add broad matching based on the extension, i.e. text-file extensions.
31-
3230
/// Returns true if `file` matches `expr`.
3331
fn file_matches(file: &FileInfo, expr: &MatchExpression) -> bool {
3432
match expr {

0 commit comments

Comments
 (0)