Skip to content

Commit

Permalink
Fix unresolved imports for recv_vectored_with_ancillary_from, `send…
Browse files Browse the repository at this point in the history
…_vectored_with_ancillary_to` and `SocketAncillary`
  • Loading branch information
LinkTed committed Oct 11, 2020
1 parent 64facfe commit d8c75d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/unix/ext/net/mod.rs
Expand Up @@ -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",
Expand Down

0 comments on commit d8c75d9

Please sign in to comment.