diff --git a/src/lib.rs b/src/lib.rs index 46ab810..28239f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -348,8 +348,6 @@ pub enum StateChangeType { #[derive(Debug, Deserialize)] pub struct StateChange { - #[serde(rename = "@type")] - pub type_: StateChangeType, pub changed: AHashMap>, }