Skip to content

Commit 57624c1

Browse files
committed
Reenable a test that had been disabled due to old CI infrastructure
1 parent 81b707d commit 57624c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/sys/aio.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -978,11 +978,7 @@ pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> {
978978
///
979979
/// Use `aio_suspend` to block until an aio operation completes.
980980
///
981-
// Disable doctest due to a known bug in FreeBSD's 32-bit emulation. The fix
982-
// will be included in release 11.2.
983-
// FIXME reenable the doc test when the CI machine gets upgraded to that release.
984-
// https://svnweb.freebsd.org/base?view=revision&revision=325018
985-
/// ```no_run
981+
/// ```
986982
/// # extern crate tempfile;
987983
/// # extern crate nix;
988984
/// # use nix::sys::aio::*;

0 commit comments

Comments
 (0)