Skip to content

Commit

Permalink
Update library/std/src/io/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: nora <[email protected]>
  • Loading branch information
aviramha and Noratrieb authored Sep 24, 2024
1 parent 60eddc6 commit 9997343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ pub enum ErrorKind {
OutOfMemory,

/// The operation was partially successful and needs to be checked
/// later on due to not blocking
/// later on due to not blocking.
#[unstable(feature = "io_error_inprogress", issue = "none")]
InProgress,

Expand Down

0 comments on commit 9997343

Please sign in to comment.