Skip to content

Commit 4178d0d

Browse files
committed
Fix unresolved link to SocketAncillary
1 parent ac11ae2 commit 4178d0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

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)