Fix clippy: Derive Eq for Keys
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
31ad0beec1
commit
fcb8dc9e07
|
@ -43,7 +43,7 @@ pub(crate) mod add_subscription {
|
||||||
pub(crate) keys: Keys,
|
pub(crate) keys: Keys,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Serialize, Default)]
|
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Default)]
|
||||||
pub(crate) struct Keys {
|
pub(crate) struct Keys {
|
||||||
pub(crate) p256dh: String,
|
pub(crate) p256dh: String,
|
||||||
pub(crate) auth: String,
|
pub(crate) auth: String,
|
||||||
|
|
Loading…
Reference in New Issue