Show More
@@ -317,6 +317,7 b' pub fn build_single_regex(' | |||||
317 | PatternSyntax::RootGlob |
|
317 | PatternSyntax::RootGlob | |
318 | | PatternSyntax::Path |
|
318 | | PatternSyntax::Path | |
319 | | PatternSyntax::RelGlob |
|
319 | | PatternSyntax::RelGlob | |
|
320 | | PatternSyntax::RelPath | |||
320 | | PatternSyntax::RootFiles => normalize_path_bytes(pattern), |
|
321 | | PatternSyntax::RootFiles => normalize_path_bytes(pattern), | |
321 | PatternSyntax::Include | PatternSyntax::SubInclude => { |
|
322 | PatternSyntax::Include | PatternSyntax::SubInclude => { | |
322 | return Err(PatternError::NonRegexPattern(entry.clone())) |
|
323 | return Err(PatternError::NonRegexPattern(entry.clone())) |
General Comments 0
You need to be logged in to leave comments.
Login now