Skip to content

Commit

Permalink
shutup clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue committed Oct 20, 2024
1 parent ffa336d commit f72870d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qlog/src/events/quic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ impl PacketHeader {
}

pub mod connectivity;
// qlog has the category quic#quic so the inception lies there
#[allow(clippy::module_inception)]
pub mod quic;
pub mod recovery;
pub mod security;

0 comments on commit f72870d

Please sign in to comment.