Skip to content

Commit d7c7764

Browse files
committed
Add docs about cygwin specific
1 parent 700a130 commit d7c7764

File tree

1 file changed

+2
-2
lines changed
  • library/std/src/os/net/linux_ext

1 file changed

+2
-2
lines changed

library/std/src/os/net/linux_ext/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//! Linux and Android-specific networking functionality.
1+
//! Linux, Android and Cygwin-specific networking functionality.
22
3-
#![doc(cfg(any(target_os = "linux", target_os = "android")))]
3+
#![doc(cfg(any(target_os = "linux", target_os = "android", target_os = "cygwin")))]
44

55
#[stable(feature = "unix_socket_abstract", since = "1.70.0")]
66
pub(crate) mod addr;

0 commit comments

Comments
 (0)