Skip to content

Commit 71aa0ba

Browse files
committed
Revert "Suppress some deprecation warnings in the doc tests"
This reverts commit ff4f06f.
1 parent ff4f06f commit 71aa0ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sys/aio.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,6 @@ pub fn aio_suspend(
10801080
/// This mode is useful for otherwise-synchronous programs that want to execute
10811081
/// a handful of I/O operations in parallel.
10821082
/// ```
1083-
/// # #![allow(deprecated)]
10841083
/// # use std::os::unix::io::AsRawFd;
10851084
/// # use nix::sys::aio::*;
10861085
/// # use nix::sys::signal::SigevNotify;
@@ -1105,7 +1104,6 @@ pub fn aio_suspend(
11051104
/// technique for reducing overall context-switch overhead, especially when
11061105
/// combined with kqueue.
11071106
/// ```
1108-
/// # #![allow(deprecated)]
11091107
/// # use std::os::unix::io::AsRawFd;
11101108
/// # use std::thread;
11111109
/// # use std::time;
@@ -1139,7 +1137,6 @@ pub fn aio_suspend(
11391137
/// In that case, you must check the status of each individual operation, and
11401138
/// possibly resubmit some.
11411139
/// ```
1142-
/// # #![allow(deprecated)]
11431140
/// # use libc::c_int;
11441141
/// # use std::os::unix::io::AsRawFd;
11451142
/// # use std::sync::atomic::{AtomicBool, Ordering};

0 commit comments

Comments
 (0)