Skip to content

Commit 3c53061

Browse files
committed
removed borrow in doctest
1 parent 507a084 commit 3c53061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//! require_literal_separator: false,
4949
//! require_literal_leading_dot: false,
5050
//! };
51-
//! for entry in glob_with("local/*a*", &options).unwrap() {
51+
//! for entry in glob_with("local/*a*", options).unwrap() {
5252
//! if let Ok(path) = entry {
5353
//! println!("{:?}", path.display())
5454
//! }

0 commit comments

Comments
 (0)