We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef66a14 commit 373a99cCopy full SHA for 373a99c
h3-webtransport/src/server.rs
@@ -368,6 +368,7 @@ where
368
/// An accepted incoming bidirectional stream.
369
///
370
/// Since
371
+// Todo
372
#[allow(clippy::large_enum_variant)]
373
pub enum AcceptedBi<C: quic::Connection<B>, B: Buf> {
374
/// An incoming bidirectional stream
h3/src/error/mod.rs
@@ -12,6 +12,7 @@ pub mod internal_error;
12
#[cfg(not(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes"))]
13
pub(crate) mod internal_error;
14
15
+// Todo better module names
16
#[allow(clippy::module_inception)]
17
mod error;
18
0 commit comments