Skip to content

Commit 31a7fc6

Browse files
committed
shutup clippy
1 parent 89229f8 commit 31a7fc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qlog/src/events/quic/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ impl PacketHeader {
145145
}
146146

147147
pub mod connectivity;
148+
// qlog has the category quic#quic so the inception lies there
149+
#[allow(clippy::module_inception)]
148150
pub mod quic;
149151
pub mod recovery;
150152
pub mod security;

0 commit comments

Comments
 (0)