diff --git a/src/trx-core/src/decode.rs b/src/trx-core/src/decode.rs index 6f2de4d..0d530ca 100644 --- a/src/trx-core/src/decode.rs +++ b/src/trx-core/src/decode.rs @@ -22,7 +22,6 @@ pub struct AprsPacket { pub dest_call: String, pub path: String, pub info: String, - #[serde(rename = "type")] pub packet_type: String, pub crc_ok: bool, #[serde(skip_serializing_if = "Option::is_none")]