fix: derives

This commit is contained in:
2023-07-26 21:54:56 -05:00
parent 620add44de
commit 4bb7b4997f

View File

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