Skip to content

Commit

Permalink
Update library/std/src/process.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Tolnay <dtolnay@gmail.com>
  • Loading branch information
FedericoPonzi and dtolnay committed Sep 21, 2020
1 parent 88a29e6 commit 0acb0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl Write for ChildStdin {
}
}

#[stable(feature = "write_mt", since = "1.47.0")]
#[stable(feature = "write_mt", since = "1.48.0")]
impl Write for &ChildStdin {
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
self.inner.write(buf)
Expand Down

0 comments on commit 0acb0ed

Please sign in to comment.