fix: derives

This commit is contained in:
orion 2023-07-26 21:54:56 -05:00
parent 620add44de
commit 4bb7b4997f
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -200,7 +200,7 @@ where
} }
/// An asynchronous notification. /// An asynchronous notification.
#[derive(Clone, Debug)] #[derive(Clone, Debug, PartialEq, Eq)]
#[allow(missing_docs)] #[allow(missing_docs)]
pub struct Notification { pub struct Notification {
pub process_id: i32, pub process_id: i32,