Skip to content

Commit d8c75d9

Browse files
committed
Fix unresolved imports for recv_vectored_with_ancillary_from, send_vectored_with_ancillary_to and SocketAncillary
1 parent 64facfe commit d8c75d9

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/unix/ext/net

1 file changed

+1
-0
lines changed

library/std/src/sys/unix/ext/net/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ mod tests;
3333
#[stable(feature = "unix_socket", since = "1.10.0")]
3434
pub use self::addr::*;
3535
#[cfg(any(
36+
doc,
3637
target_os = "android",
3738
target_os = "dragonfly",
3839
target_os = "emscripten",

0 commit comments

Comments
 (0)