Skip to content

Commit 64facfe

Browse files
committed
Fix unresolved link to SocketAncillary
1 parent 7b596f2 commit 64facfe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[cfg(any(
2+
doc,
23
target_os = "android",
34
target_os = "dragonfly",
45
target_os = "emscripten",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[cfg(any(
2+
doc,
23
target_os = "android",
34
target_os = "dragonfly",
45
target_os = "emscripten",

0 commit comments

Comments
 (0)