Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Sep 24, 2024
1 parent bfa1dbe commit f58f984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/sys/pal/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
libc::ETIMEDOUT => TimedOut,
libc::ETXTBSY => ExecutableFileBusy,
libc::EXDEV => CrossesDevices,
#[unstable(feature = "io_error_inprogress", issue = "none")]
libc::EINPROGRESS => InProgress,

libc::EACCES | libc::EPERM => PermissionDenied,
Expand Down

0 comments on commit f58f984

Please sign in to comment.