Undo implementation of serde traits for Error

This commit is contained in:
Raimundo Saona 2021-12-23 11:12:35 +01:00
parent e20170583d
commit 5331bc8daf
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ impl Features {
}
#[derive(Debug, Error)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub enum Error {
#[error("IO error: {0}")]
Io(#[from] std::io::Error),