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 ea5e012 commit c779405Copy full SHA for c779405
library/std/src/sys/unix/ext/net/stream.rs
@@ -364,7 +364,8 @@ impl UnixStream {
364
///
365
/// # Examples
366
367
- /// ```no_run
+ #[cfg_attr(any(target_os = "android", target_os = "linux"), doc = "```no_run")]
368
+ #[cfg_attr(not(any(target_os = "android", target_os = "linux")), doc = "```ignore")]
369
/// #![feature(unix_socket_ancillary_data)]
370
/// use std::os::unix::net::UnixStream;
371
0 commit comments