Skip to content

Commit dc96566

Browse files
committed
Rust fmt change
1 parent 764fdcd commit dc96566

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: library/std/src/io/stdio.rs

-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ impl Read for Stdin {
437437
}
438438
}
439439

440-
441440
#[stable(feature = "rust1", since = "1.0.0")]
442441
impl Read for &Stdin {
443442
fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> {

0 commit comments

Comments
 (0)