Fix unresolved imports for recv_vectored_with_ancillary_from, send_vectored_with_ancillary_to and SocketAncillary

This commit is contained in:
LinkTed 2020-10-11 19:23:41 +02:00
parent 64facfef51
commit d8c75d9f91

View File

@ -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",