mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix unresolved imports for recv_vectored_with_ancillary_from
, send_vectored_with_ancillary_to
and SocketAncillary
This commit is contained in:
parent
64facfef51
commit
d8c75d9f91
@ -33,6 +33,7 @@ mod tests;
|
||||
#[stable(feature = "unix_socket", since = "1.10.0")]
|
||||
pub use self::addr::*;
|
||||
#[cfg(any(
|
||||
doc,
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "emscripten",
|
||||
|
Loading…
Reference in New Issue
Block a user