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.
cargo fmt
1 parent fb14a61 commit 60d8ea2Copy full SHA for 60d8ea2
tests/glob-std.rs
@@ -62,7 +62,10 @@ fn main() {
62
}
63
64
fn glob_with_vec(pattern: &str, options: glob::MatchOptions) -> Vec<PathBuf> {
65
- glob_with(pattern, options).unwrap().map(|r| r.unwrap()).collect()
+ glob_with(pattern, options)
66
+ .unwrap()
67
+ .map(|r| r.unwrap())
68
+ .collect()
69
70
71
let root = TempDir::new("glob-tests");
0 commit comments