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.
1 parent 81b707d commit 57624c1Copy full SHA for 57624c1
src/sys/aio.rs
@@ -978,11 +978,7 @@ pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> {
978
///
979
/// Use `aio_suspend` to block until an aio operation completes.
980
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
+/// ```
986
/// # extern crate tempfile;
987
/// # extern crate nix;
988
/// # use nix::sys::aio::*;
0 commit comments