mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:29:37 +00:00
Undo implementation of serde traits for Error
This commit is contained in:
parent
e20170583d
commit
5331bc8daf
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user