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 b2634e3 commit 0ede3feCopy full SHA for 0ede3fe
library/std/src/sys/stdio/vexos.rs
@@ -13,7 +13,7 @@ impl Stdin {
13
}
14
15
impl io::Read for Stdin {
16
- fn read(&mut self, mut buf: &mut [u8]) -> io::Result<usize> {
+ fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> {
17
let mut count = 0;
18
19
for out_byte in buf.iter_mut() {
0 commit comments