Skip to content

Commit

Permalink
Rust fmt change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dajamante committed Jul 11, 2022
1 parent 764fdcd commit dc96566
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/io/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ impl Read for Stdin {
}
}


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

0 comments on commit dc96566

Please sign in to comment.