Skip to content

Commit 35f578f

Browse files
committed
Update tracking issue for unix_socket_creation
1 parent 4acb8ac commit 35f578f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/unix/net/addr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ impl SocketAddr {
159159
///
160160
/// assert!(SocketAddr::from_path("/path/with/\0/bytes").is_err());
161161
/// ```
162-
#[unstable(feature = "unix_socket_creation", issue = "65275")]
162+
#[unstable(feature = "unix_socket_creation", issue = "93423")]
163163
pub fn from_path<P>(path: P) -> io::Result<SocketAddr>
164164
where
165165
P: AsRef<Path>,

0 commit comments

Comments
 (0)