Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ilslv committed Nov 19, 2021
1 parent 42889eb commit 40bd6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/chat/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub enum Event {
Email(EmailEvent),
}

#[allow(clippy::enum_variant_names)]
#[derive(Debug, es::Event, From)]
pub enum ChatEvent {
Created(event::chat::v1::Created),
Expand Down

0 comments on commit 40bd6d7

Please sign in to comment.