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 0c08f39 commit f577c20Copy full SHA for f577c20
src/sys/aio.rs
@@ -1047,7 +1047,7 @@ pub fn aio_cancel_all<F: AsFd>(fd: F) -> Result<AioCancelStat> {
1047
/// SigevNotify::SigevNone));
1048
/// aiocb.as_mut().submit().unwrap();
1049
/// aio_suspend(&[&*aiocb], None).expect("aio_suspend failed");
1050
-/// assert_eq!(aiocb.as_mut().aio_return().unwrap() as usize, WBUF.len());
+/// assert_eq!(aiocb.as_mut().aio_return().unwrap(), WBUF.len());
1051
/// ```
1052
/// # References
1053
///
0 commit comments