We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c779405 commit ead7185Copy full SHA for ead7185
library/std/src/sys/unix/ext/net/datagram.rs
@@ -746,7 +746,8 @@ impl UnixDatagram {
746
///
747
/// # Examples
748
749
- /// ```no_run
+ #[cfg_attr(any(target_os = "android", target_os = "linux"), doc = "```no_run")]
750
+ #[cfg_attr(not(any(target_os = "android", target_os = "linux")), doc = "```ignore")]
751
/// #![feature(unix_socket_ancillary_data)]
752
/// use std::os::unix::net::UnixDatagram;
753
0 commit comments