summary refs log tree commit diff stats
path: root/src/errors.rs
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-10-25 18:15:37 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-10-25 18:15:37 -0300
commit32d313b0cb962b42340073c39cc60b703a6d546f (patch)
tree2b0b9ef98e2c94c4c0bda0525f93db0e4e3739f1 /src/errors.rs
parent890d10cc4fd131ee27059e3c309ea38679293ab2 (diff)
Finish most of map logic
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs1
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.