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 a412a88 commit 33fc2f3Copy full SHA for 33fc2f3
src/file_matching.rs
@@ -6,7 +6,7 @@ use crate::git::{FileInfo, FileType};
6
#[derive(Debug, Deserialize)]
7
#[serde(rename_all = "snake_case")]
8
pub enum MatchExpression {
9
- /// Matches a Glob (* and ?).
+ /// Matches a Glob (* and ? and **).
10
#[serde(with = "crate::serde_glob")]
11
Glob(glob::Pattern),
12
/// Matches a regex on the path.
0 commit comments