Skip to content

Commit

Permalink
Correct stability of ErrorKind::OutOfMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed May 3, 2021
1 parent 2428cc4 commit 2247d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Expand Up @@ -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,
}

Expand Down

0 comments on commit 2247d46

Please sign in to comment.