1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 08:29:37 +00:00

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

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),