Skip to content

Commit 53ea632

Browse files
committed
Re-confirm that pipecheck implements stable Write methods
The new vectored functions remain nightly-only in 1.85.
1 parent a228e07 commit 53ea632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipecheck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ where
7777
check_for_broken_pipe(self.0.flush())
7878
}
7979

80-
// NOTE: This covers additional trait methods that are stable in Rust 1.70
80+
// NOTE: This covers additional trait methods that are stable in Rust 1.85
8181
// (xt's MSRV as of this writing). More may be added in the future.
8282

8383
fn write_all(&mut self, buf: &[u8]) -> io::Result<()> {

0 commit comments

Comments
 (0)