Update library/std/src/process.rs

Co-authored-by: David Tolnay <dtolnay@gmail.com>
This commit is contained in:
Federico Ponzi 2020-09-21 08:12:40 +01:00 committed by GitHub
parent 88a29e630c
commit 0acb0ed184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)