Skip to content

Commit e5e722b

Browse files
committed
std: Reexport std::net::tcp::Incoming
This iterator was mistakenly not reexported at the top level, preventing actually naming the type! Closes #25519
1 parent 5e535ea commit e5e722b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/net/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use sys_common::net as net_imp;
1919

2020
pub use self::ip::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
2121
pub use self::addr::{SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
22-
pub use self::tcp::{TcpStream, TcpListener};
22+
pub use self::tcp::{TcpStream, TcpListener, Incoming};
2323
pub use self::udp::UdpSocket;
2424
pub use self::parser::AddrParseError;
2525

0 commit comments

Comments
 (0)