diff options
Diffstat (limited to 'src/errors.rs')
-rw-r--r-- | src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errors.rs b/src/errors.rs index 877e5f5..25b28ec 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -45,6 +45,7 @@ pub enum PatternError<'a> { // /// These are errors that may be returned by the matcher when matching a // /// pattern. // #[derive(Clone, Debug)] +#[derive(Debug)] #[non_exhaustive] pub enum MatchError { /// Returned if the pattern nests too deeply. |