We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700a130 commit d7c7764Copy full SHA for d7c7764
library/std/src/os/net/linux_ext/mod.rs
@@ -1,6 +1,6 @@
1
-//! Linux and Android-specific networking functionality.
+//! Linux, Android and Cygwin-specific networking functionality.
2
3
-#![doc(cfg(any(target_os = "linux", target_os = "android")))]
+#![doc(cfg(any(target_os = "linux", target_os = "android", target_os = "cygwin")))]
4
5
#[stable(feature = "unix_socket_abstract", since = "1.70.0")]
6
pub(crate) mod addr;
0 commit comments