Skip to content

Commit

Permalink
chore: allow clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Nov 22, 2024
1 parent 1520787 commit 891ead5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messages/events/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::cord::Cord;

use super::{client::ClientEvent, local::LocalEvent, server::ServerEvent};

#[allow(clippy::large_enum_variant)]
#[derive(Debug)]
pub enum Event {
Client(ClientEvent),
Expand Down

0 comments on commit 891ead5

Please sign in to comment.