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.
2 parents ee91423 + 18cbec2 commit 6fb3a8fCopy full SHA for 6fb3a8f
test/sys/test_aio.rs
@@ -200,7 +200,7 @@ mod aio_read {
200
assert_eq!(err, Ok(()));
201
assert_eq!(aior.as_mut().aio_return().unwrap(), EXPECT.len());
202
}
203
- assert_eq!(EXPECT, rbuf.deref().deref());
+ assert_eq!(EXPECT, rbuf.deref());
204
205
206
// Like ok, but allocates the structure on the stack.
@@ -223,7 +223,7 @@ mod aio_read {
223
224
225
226
227
228
229
0 commit comments