Skip to content

Commit 32a461e

Browse files
authored
Derive Debug for Paths
Useful for debugging issues being hit with globs.
1 parent 8189735 commit 32a461e

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)