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 80fdbaa commit 3bcab64Copy full SHA for 3bcab64
tests/pass/shims/fs.rs
@@ -343,6 +343,4 @@ fn test_pread_pwrite() {
343
// Ensure that cursor position is not changed
344
f.read_exact(&mut buf1).unwrap();
345
assert_eq!(&buf1, b" m");
346
-
347
- Ok(())
348
}
0 commit comments