Update tracking issue for unix_socket_creation

This commit is contained in:
Thomas de Zeeuw 2022-01-28 15:00:17 +01:00
parent 4acb8ac46c
commit 35f578fc78

View File

@ -159,7 +159,7 @@ impl SocketAddr {
///
/// assert!(SocketAddr::from_path("/path/with/\0/bytes").is_err());
/// ```
#[unstable(feature = "unix_socket_creation", issue = "65275")]
#[unstable(feature = "unix_socket_creation", issue = "93423")]
pub fn from_path<P>(path: P) -> io::Result<SocketAddr>
where
P: AsRef<Path>,