Skip to content

Commit 1291216

Browse files
joshtriplettfaern
authored andcommitted
Add tracking issue
1 parent 68f275c commit 1291216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/net/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! * [`SocketAddr`] represents socket addresses of either IPv4 or IPv6; [`SocketAddrV4`]
1010
//! and [`SocketAddrV6`] are respectively IPv4 and IPv6 socket addresses
1111
12-
#![unstable(feature = "ip_in_core", issue = "none")]
12+
#![unstable(feature = "ip_in_core", issue = "108443")]
1313

1414
#[stable(feature = "rust1", since = "1.0.0")]
1515
pub use self::ip_addr::{IpAddr, Ipv4Addr, Ipv6Addr, Ipv6MulticastScope};

0 commit comments

Comments
 (0)