fix: derives
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user