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.
2 parents 59e33bc + 462e4bf commit 566e2d7Copy full SHA for 566e2d7
src/sys/socket/mod.rs
@@ -495,10 +495,6 @@ pub enum ControlMessageOwned {
495
///
496
/// # Examples
497
498
- // Disable this test on FreeBSD i386
499
- // https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039
500
- #[cfg_attr(not(all(target_os = "freebsd", target_arch = "x86")), doc = " ```")]
501
- #[cfg_attr(all(target_os = "freebsd", target_arch = "x86"), doc = " ```no_run")]
502
/// # #[macro_use] extern crate nix;
503
/// # use nix::sys::socket::*;
504
/// # use nix::sys::uio::IoVec;
0 commit comments