Skip to content

Commit

Permalink
Suppress large_enum_variant lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored and ddeguglielmo committed Jun 28, 2023
1 parent c25b361 commit 284e00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dht-cache/src/domolibp2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ pub struct DomoBehaviour {
pub gossipsub: gossipsub::Behaviour,
}

#[allow(clippy::large_enum_variant)]
#[derive(Debug)]
pub enum OutEvent {
Gossipsub(gossipsub::Event),
Expand Down

0 comments on commit 284e00e

Please sign in to comment.