don't need serialize

This commit is contained in:
Artem Vorotnikov 2022-10-15 17:33:52 +04:00 committed by Aleksandr
parent cc452dd8c2
commit 7d9b03e3f5

View File

@ -67,7 +67,7 @@ pub struct PortTest {
}
impl RpcResponseArgument for PortTest {}
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Serialize_repr, Deserialize_repr)]
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Deserialize_repr)]
#[repr(u8)]
pub enum TorrentStatus {
Stopped = 0,