Skip to content

Commit c0aa5b6

Browse files
Vojtech Kralvojtechkral
Vojtech Kral
authored andcommitted
Fix: Incoming type not exported
1 parent c4567f7 commit c0aa5b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tokio-net/src/tcp/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ mod listener;
2323
pub mod split;
2424
mod stream;
2525

26+
#[cfg(feature = "async-traits")]
27+
pub use self::incoming::Incoming;
2628
pub use self::listener::TcpListener;
2729
pub use self::stream::TcpStream;

0 commit comments

Comments
 (0)