Skip to content

Commit 0acb0ed

Browse files
Update library/std/src/process.rs
Co-authored-by: David Tolnay <dtolnay@gmail.com>
1 parent 88a29e6 commit 0acb0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl Write for ChildStdin {
262262
}
263263
}
264264

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

0 commit comments

Comments
 (0)