Skip to content

Commit

Permalink
Merge pull request #34 from orhun/feat/impl_eq_for_event
Browse files Browse the repository at this point in the history
Implement `Eq` for `TuiWidgetEvent`
  • Loading branch information
gin66 authored Apr 20, 2023
2 parents a42ebeb + c8736ca commit 026ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ impl Drain {
}
}

#[derive(Debug, Clone, PartialEq, Hash)]
#[derive(Debug, Clone, Eq, PartialEq, Hash)]
pub enum TuiWidgetEvent {
SpaceKey,
UpKey,
Expand Down

0 comments on commit 026ab9e

Please sign in to comment.