Update tracking issue for unix_socket_creation
This commit is contained in:
parent
4acb8ac46c
commit
35f578fc78
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user