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 21048a5 commit 87fcb27Copy full SHA for 87fcb27
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