We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5ab88 commit d5ebcddCopy full SHA for d5ebcdd
src/file_matching.rs
@@ -27,8 +27,6 @@ pub enum MatchExpression {
27
Bool(bool),
28
}
29
30
-// TODO (1.0): Add broad matching based on the extension, i.e. text-file extensions.
31
-
32
/// Returns true if `file` matches `expr`.
33
fn file_matches(file: &FileInfo, expr: &MatchExpression) -> bool {
34
match expr {
0 commit comments