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 0e38e76 commit 322ae05Copy full SHA for 322ae05
src/libstd/net/mod.rs
@@ -19,7 +19,7 @@ use sys_common::net as net_imp;
19
20
pub use self::ip::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
21
pub use self::addr::{SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
22
-pub use self::tcp::{TcpStream, TcpListener};
+pub use self::tcp::{TcpStream, TcpListener, Incoming};
23
pub use self::udp::UdpSocket;
24
pub use self::parser::AddrParseError;
25
0 commit comments