Skip to content

Commit

Permalink
Rollup merge of rust-lang#92684 - ibraheemdev:patch-10, r=m-ou-se
Browse files Browse the repository at this point in the history
Export `tcp::IntoIncoming`

Added in rust-lang#88339 but not publicly exported.
  • Loading branch information
matthiaskrgr authored Jan 14, 2022
2 parents a36f87f + f88b501 commit 4241394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/src/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pub use self::addr::{SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
pub use self::ip::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::parser::AddrParseError;
#[unstable(feature = "tcplistener_into_incoming", issue = "88339")]
pub use self::tcp::IntoIncoming;
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::tcp::{Incoming, TcpListener, TcpStream};
#[stable(feature = "rust1", since = "1.0.0")]
Expand Down

0 comments on commit 4241394

Please sign in to comment.