diff --git a/src/lib.rs b/src/lib.rs index 894faa8..df2b56a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -864,6 +864,12 @@ fn expand_num_shorthand(args: impl Iterator) -> Vec { out } +impl Default for GlobSet { + fn default() -> Self { + Self::new() + } +} + impl GlobSet { /// Create an empty GlobSet. pub fn new() -> Self {