Skip to content

Commit

Permalink
Fix docs for MacOs (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkTed committed Nov 4, 2020
1 parent c779405 commit ead7185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/std/src/sys/unix/ext/net/datagram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,8 @@ impl UnixDatagram {
///
/// # Examples
///
/// ```no_run
#[cfg_attr(any(target_os = "android", target_os = "linux"), doc = "```no_run")]
#[cfg_attr(not(any(target_os = "android", target_os = "linux")), doc = "```ignore")]
/// #![feature(unix_socket_ancillary_data)]
/// use std::os::unix::net::UnixDatagram;
///
Expand Down

0 comments on commit ead7185

Please sign in to comment.