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