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 507a084 commit 3c53061Copy full SHA for 3c53061
src/lib.rs
@@ -48,7 +48,7 @@
48
//! require_literal_separator: false,
49
//! require_literal_leading_dot: false,
50
//! };
51
-//! for entry in glob_with("local/*a*", &options).unwrap() {
+//! for entry in glob_with("local/*a*", options).unwrap() {
52
//! if let Ok(path) = entry {
53
//! println!("{:?}", path.display())
54
//! }
0 commit comments