Skip to content

Commit

Permalink
Merge pull request #97 from gibfahn/patch-1
Browse files Browse the repository at this point in the history
Derive Debug for Paths
  • Loading branch information
LukasKalbertodt committed Jun 24, 2020
2 parents 8189735 + 32a461e commit a589436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
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 a589436

Please sign in to comment.