Correct stability of ErrorKind::OutOfMemory

This commit is contained in:
Kornel 2021-05-03 10:28:19 +01:00
parent 2428cc4816
commit 2247d46b11

View file

@ -189,7 +189,7 @@ pub enum ErrorKind {
/// An operation could not be completed, because it failed
/// to allocate enough memory.
#[stable(feature = "out_of_memory_error", since = "1.53.0")]
#[stable(feature = "out_of_memory_error", since = "1.54.0")]
OutOfMemory,
}