From 32d313b0cb962b42340073c39cc60b703a6d546f Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Tue, 25 Oct 2022 18:15:37 -0300 Subject: Finish most of map logic --- src/errors.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/errors.rs') 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. -- cgit 1.4.1