mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 12:52:27 +00:00
run clippy fix
This commit is contained in:
@@ -15,7 +15,7 @@ pub struct WebPushSubscription {
|
||||
pub auth_secret: String,
|
||||
}
|
||||
|
||||
#[derive(XmlDeserialize, Clone, Debug, PartialEq)]
|
||||
#[derive(XmlDeserialize, Clone, Debug, PartialEq, Eq)]
|
||||
pub struct SubscriptionPublicKey {
|
||||
#[xml(ty = "attr", rename = "type")]
|
||||
pub ty: String,
|
||||
|
||||
Reference in New Issue
Block a user