Skip to content

Commit 72bfc6b

Browse files
committed
Add EventSource: Hash
1 parent b9ed2d3 commit 72bfc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-protocol/src/input/event_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use serde::{Deserialize, Serialize};
22

33
/// An identifier that is unique per client + device combo.
4-
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
4+
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Hash)]
55
#[serde(untagged)]
66
pub enum EventSource {
77
String(String),

0 commit comments

Comments
 (0)