summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/unexpected.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unexpected.rs b/src/unexpected.rs
index 496c6c9..0338ce4 100644
--- a/src/unexpected.rs
+++ b/src/unexpected.rs
@@ -10,7 +10,6 @@ pub trait Errorable: Display + Debug + Send + Sync {}
impl<T: Display + Debug + Send + Sync + ?Sized> Errorable for T {}
#[derive(Debug)]
-#[non_exhaustive]
enum ErrorTy {
Message(Box<dyn Errorable + 'static>),
#[cfg(feature = "std")]