fix(plugin): mark Event as non-exhaustive
This commit is contained in:
parent
1b36579d3b
commit
2fc7810c0b
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ pub enum Key {
|
|||
)]
|
||||
#[strum_discriminants(derive(EnumString, Hash, Serialize, Deserialize))]
|
||||
#[strum_discriminants(name(EventType))]
|
||||
#[non_exhaustive]
|
||||
pub enum Event {
|
||||
ModeUpdate(ModeInfo),
|
||||
TabUpdate(Vec<TabInfo>),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue