Bump impl Write for Cursor<[u8; N]> to 1.61

This commit is contained in:
David Tolnay 2022-03-18 15:04:37 -07:00
parent 38cef656d8
commit 7d44316bcf
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -542,7 +542,7 @@ fn flush(&mut self) -> io::Result<()> {
}
}
#[stable(feature = "cursor_array", since = "1.60.0")]
#[stable(feature = "cursor_array", since = "1.61.0")]
impl<const N: usize> Write for Cursor<[u8; N]> {
#[inline]
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {