summaryrefslogtreecommitdiff
path: root/src/sys/socket/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/socket/mod.rs')
-rw-r--r--src/sys/socket/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sys/socket/mod.rs b/src/sys/socket/mod.rs
index 1f6b179d..fcc47c3f 100644
--- a/src/sys/socket/mod.rs
+++ b/src/sys/socket/mod.rs
@@ -495,10 +495,6 @@ pub enum ControlMessageOwned {
///
/// # Examples
///
- // Disable this test on FreeBSD i386
- // https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039
- #[cfg_attr(not(all(target_os = "freebsd", target_arch = "x86")), doc = " ```")]
- #[cfg_attr(all(target_os = "freebsd", target_arch = "x86"), doc = " ```no_run")]
/// # #[macro_use] extern crate nix;
/// # use nix::sys::socket::*;
/// # use nix::sys::uio::IoVec;