File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1080,7 +1080,6 @@ pub fn aio_suspend(
1080
1080
/// This mode is useful for otherwise-synchronous programs that want to execute
1081
1081
/// a handful of I/O operations in parallel.
1082
1082
/// ```
1083
- /// # #![allow(deprecated)]
1084
1083
/// # use std::os::unix::io::AsRawFd;
1085
1084
/// # use nix::sys::aio::*;
1086
1085
/// # use nix::sys::signal::SigevNotify;
@@ -1105,7 +1104,6 @@ pub fn aio_suspend(
1105
1104
/// technique for reducing overall context-switch overhead, especially when
1106
1105
/// combined with kqueue.
1107
1106
/// ```
1108
- /// # #![allow(deprecated)]
1109
1107
/// # use std::os::unix::io::AsRawFd;
1110
1108
/// # use std::thread;
1111
1109
/// # use std::time;
@@ -1139,7 +1137,6 @@ pub fn aio_suspend(
1139
1137
/// In that case, you must check the status of each individual operation, and
1140
1138
/// possibly resubmit some.
1141
1139
/// ```
1142
- /// # #![allow(deprecated)]
1143
1140
/// # use libc::c_int;
1144
1141
/// # use std::os::unix::io::AsRawFd;
1145
1142
/// # use std::sync::atomic::{AtomicBool, Ordering};
You can’t perform that action at this time.
0 commit comments