From d248b850a6ce46a36fcbf9f54178a20553763638 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 22 Oct 2022 22:09:25 -0400 Subject: Remove non_exhaustive on private type --- src/unexpected.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unexpected.rs') 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 Errorable for T {} #[derive(Debug)] -#[non_exhaustive] enum ErrorTy { Message(Box), #[cfg(feature = "std")] -- cgit v1.2.3