Skip to content

Commit d7e512c

Browse files
authored
Rollup merge of rust-lang#92684 - ibraheemdev:patch-10, r=m-ou-se
Export `tcp::IntoIncoming` Added in rust-lang#88339 but not publicly exported.
2 parents 8df08e8 + f88b501 commit d7e512c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/src/net/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ pub use self::addr::{SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
2525
pub use self::ip::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
2626
#[stable(feature = "rust1", since = "1.0.0")]
2727
pub use self::parser::AddrParseError;
28+
#[unstable(feature = "tcplistener_into_incoming", issue = "88339")]
29+
pub use self::tcp::IntoIncoming;
2830
#[stable(feature = "rust1", since = "1.0.0")]
2931
pub use self::tcp::{Incoming, TcpListener, TcpStream};
3032
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)