We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8189735 + 32a461e commit a589436Copy full SHA for a589436
src/lib.rs
@@ -91,6 +91,7 @@ use PatternToken::{AnyChar, AnyRecursiveSequence, AnySequence, AnyWithin, Char};
91
/// `GlobError` is returned to express this.
92
///
93
/// See the `glob` function for more details.
94
+#[derive(Debug)]
95
pub struct Paths {
96
dir_patterns: Vec<Pattern>,
97
require_dir: bool,
0 commit comments