diff --git a/src/entities/notification.rs b/src/entities/notification.rs index 3af9f50..e3ede9f 100644 --- a/src/entities/notification.rs +++ b/src/entities/notification.rs @@ -5,6 +5,7 @@ use chrono::prelude::*; use serde::{Deserialize, Serialize}; /// A struct containing info about a notification. +#[allow(clippy::derive_partial_eq_without_eq)] #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)] pub struct Notification { /// The notification ID.