summaryrefslogtreecommitdiffstats
path: root/native/src/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/event.rs')
-rw-r--r--native/src/event.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/event.rs b/native/src/event.rs
index 27540a25..bcfaf891 100644
--- a/native/src/event.rs
+++ b/native/src/event.rs
@@ -29,14 +29,14 @@ pub enum Event {
}
/// A platform specific event
-#[derive(Debug, Clone, PartialEq)]
+#[derive(Debug, Clone, PartialEq, Eq)]
pub enum PlatformSpecific {
/// A MacOS specific event
MacOS(MacOS),
}
/// Describes an event specific to MacOS
-#[derive(Debug, Clone, PartialEq)]
+#[derive(Debug, Clone, PartialEq, Eq)]
pub enum MacOS {
/// Triggered when the app receives an URL from the system
///