Skip to content

Commit 566e2d7

Browse files
bors[bot]asomers
andauthored
Merge #1303
1303: Renable the ScmTimestamp test on FreeBSD i386 r=posborne a=asomers The relevant bug was fixed in 11.3-RELEASE https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039 Co-authored-by: Alan Somers <[email protected]>
2 parents 59e33bc + 462e4bf commit 566e2d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sys/socket/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,6 @@ pub enum ControlMessageOwned {
495495
///
496496
/// # Examples
497497
///
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")]
502498
/// # #[macro_use] extern crate nix;
503499
/// # use nix::sys::socket::*;
504500
/// # use nix::sys::uio::IoVec;

0 commit comments

Comments
 (0)