Stabilise unix_socket_abstract
Fixes https://github.com/rust-lang/rust/issues/85410
This commit is contained in:
parent
13afbdaa06
commit
a3f3db842d
8 changed files with 15 additions and 20 deletions
|
@ -1,8 +1,8 @@
|
|||
//! Linux-specific networking functionality.
|
||||
|
||||
#![unstable(feature = "tcp_quickack", issue = "96256")]
|
||||
#![stable(feature = "unix_socket_abstract", since = "CURRENT_RUSTC_VERSION")]
|
||||
|
||||
#[unstable(feature = "unix_socket_abstract", issue = "85410")]
|
||||
#[stable(feature = "unix_socket_abstract", since = "CURRENT_RUSTC_VERSION")]
|
||||
pub use crate::os::net::linux_ext::addr::SocketAddrExt;
|
||||
|
||||
#[unstable(feature = "tcp_quickack", issue = "96256")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue