Code doesn't need to be serializable/deserializable

This commit is contained in:
Louis Dureuil 2022-12-21 12:03:34 +01:00
parent 12c3d432f9
commit 9d46caba29
No known key found for this signature in database

View File

@ -108,7 +108,7 @@ impl fmt::Display for ErrorType {
}
}
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Code {
// error related to your setup
IoError,