We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ca9b9 commit 5598623Copy full SHA for 5598623
library/std/src/os/windows/net/mod.rs
@@ -1,5 +1,5 @@
1
#![unstable(feature = "windows_unix_domain_sockets", issue = "56533")]
2
-
+#![doc(cfg(windows))]
3
mod addr;
4
mod listener;
5
mod stream;
0 commit comments