We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93362b commit 0094f44Copy full SHA for 0094f44
src/libstd/sys/hermit/stdio.rs
@@ -18,8 +18,6 @@ impl io::Read for Stdin {
18
}
19
20
fn read_vectored(&mut self, _data: &mut [IoSliceMut<'_>]) -> io::Result<usize> {
21
- //ManuallyDrop::new(unsafe { WasiFd::from_raw(libc::STDIN_FILENO as u32) })
22
- // .read(data)
23
Ok(0)
24
25
0 commit comments