Skip to content

Commit

Permalink
removed borrow in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
g-s-k committed Jan 18, 2019
1 parent 507a084 commit 3c53061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//! require_literal_separator: false,
//! require_literal_leading_dot: false,
//! };
//! for entry in glob_with("local/*a*", &options).unwrap() {
//! for entry in glob_with("local/*a*", options).unwrap() {
//! if let Ok(path) = entry {
//! println!("{:?}", path.display())
//! }
Expand Down

0 comments on commit 3c53061

Please sign in to comment.