diff --git a/src/error/mod.rs b/src/error/mod.rs index 1615290..2409889 100644 --- a/src/error/mod.rs +++ b/src/error/mod.rs @@ -12,6 +12,7 @@ pub struct Failed { } /// Type of error +#[non_exhaustive] #[derive(Copy, Clone, Debug, Serialize, Deserialize)] pub enum FailedError { /// Can't fit algorithm to data