Skip to content

Commit a589436

Browse files
Merge pull request #97 from gibfahn/patch-1
Derive Debug for Paths
2 parents 8189735 + 32a461e commit a589436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ use PatternToken::{AnyChar, AnyRecursiveSequence, AnySequence, AnyWithin, Char};
9191
/// `GlobError` is returned to express this.
9292
///
9393
/// See the `glob` function for more details.
94+
#[derive(Debug)]
9495
pub struct Paths {
9596
dir_patterns: Vec<Pattern>,
9697
require_dir: bool,

0 commit comments

Comments
 (0)