Skip to content

Commit 1e53a90

Browse files
authored
export tcp::IntoIncoming
1 parent 02fe61b commit 1e53a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/net/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub use self::ip::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
2626
#[stable(feature = "rust1", since = "1.0.0")]
2727
pub use self::parser::AddrParseError;
2828
#[stable(feature = "rust1", since = "1.0.0")]
29-
pub use self::tcp::{Incoming, TcpListener, TcpStream};
29+
pub use self::tcp::{Incoming, IntoIncoming, TcpListener, TcpStream};
3030
#[stable(feature = "rust1", since = "1.0.0")]
3131
pub use self::udp::UdpSocket;
3232

0 commit comments

Comments
 (0)