Skip to content

Commit 373a99c

Browse files
committed
review: add todos
1 parent ef66a14 commit 373a99c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

h3-webtransport/src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ where
368368
/// An accepted incoming bidirectional stream.
369369
///
370370
/// Since
371+
// Todo
371372
#[allow(clippy::large_enum_variant)]
372373
pub enum AcceptedBi<C: quic::Connection<B>, B: Buf> {
373374
/// An incoming bidirectional stream

h3/src/error/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pub mod internal_error;
1212
#[cfg(not(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes"))]
1313
pub(crate) mod internal_error;
1414

15+
// Todo better module names
1516
#[allow(clippy::module_inception)]
1617
mod error;
1718

0 commit comments

Comments
 (0)