Skip to content

Commit

Permalink
Derive Debug for Paths
Browse files Browse the repository at this point in the history
Useful for debugging issues being hit with globs.
  • Loading branch information
gibfahn committed Jun 17, 2020
1 parent 8189735 commit 32a461e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ use PatternToken::{AnyChar, AnyRecursiveSequence, AnySequence, AnyWithin, Char};
/// `GlobError` is returned to express this.
///
/// See the `glob` function for more details.
#[derive(Debug)]
pub struct Paths {
dir_patterns: Vec<Pattern>,
require_dir: bool,
Expand Down

0 comments on commit 32a461e

Please sign in to comment.