Skip to content

Commit

Permalink
Bump impl Write for Cursor<[u8; N]> to 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2022
1 parent 38cef65 commit 7d44316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ where
}
}

#[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> {
Expand Down

0 comments on commit 7d44316

Please sign in to comment.