Skip to content

Commit

Permalink
Update tracking issue for unix_socket_creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jan 28, 2022
1 parent 4acb8ac commit 35f578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/unix/net/addr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 35f578f

Please sign in to comment.