Skip to content

Commit 86592b9

Browse files
committed
Bump since to 1.52.0
1 parent 9f589b0 commit 86592b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub enum ErrorKind {
182182
UnexpectedEof,
183183

184184
/// This operation is not supported on this platform.
185-
#[stable(feature = "not_supported_error", since = "1.50.0")]
185+
#[stable(feature = "not_supported_error", since = "1.52.0")]
186186
NotSupported,
187187
}
188188

0 commit comments

Comments
 (0)