Skip to content

Commit 2247d46

Browse files
committed
Correct stability of ErrorKind::OutOfMemory
1 parent 2428cc4 commit 2247d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub enum ErrorKind {
189189

190190
/// An operation could not be completed, because it failed
191191
/// to allocate enough memory.
192-
#[stable(feature = "out_of_memory_error", since = "1.53.0")]
192+
#[stable(feature = "out_of_memory_error", since = "1.54.0")]
193193
OutOfMemory,
194194
}
195195

0 commit comments

Comments
 (0)