about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/mod.rs
diff options
context:
space:
mode:
authorLinkTed <LinkTed@users.noreply.github.com>2020-10-11 19:23:41 +0200
committerLinkTed <LinkTed@users.noreply.github.com>2020-10-11 19:23:41 +0200
commitd8c75d9f91fe737bc3ef3ac7592f055bf846270e (patch)
tree79c72442d95608df858ebcaa4881efb978b5699c /library/std/src/sys/unix/ext/net/mod.rs
parent64facfef51a5fa3ebb3622b87bb0752b26d8b3ab (diff)
downloadrust-d8c75d9f91fe737bc3ef3ac7592f055bf846270e.tar.gz
rust-d8c75d9f91fe737bc3ef3ac7592f055bf846270e.zip
Fix unresolved imports for `recv_vectored_with_ancillary_from`, `send_vectored_with_ancillary_to` and `SocketAncillary`
Diffstat (limited to 'library/std/src/sys/unix/ext/net/mod.rs')
-rw-r--r--library/std/src/sys/unix/ext/net/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/unix/ext/net/mod.rs b/library/std/src/sys/unix/ext/net/mod.rs
index d2799bbcaf8..3088ffb5e5c 100644
--- a/library/std/src/sys/unix/ext/net/mod.rs
+++ b/library/std/src/sys/unix/ext/net/mod.rs
@@ -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",