Skip to content

Commit f58f984

Browse files
committed
CR
1 parent bfa1dbe commit f58f984

File tree

1 file changed

+0
-1
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+0
-1
lines changed

library/std/src/sys/pal/unix/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
279279
libc::ETIMEDOUT => TimedOut,
280280
libc::ETXTBSY => ExecutableFileBusy,
281281
libc::EXDEV => CrossesDevices,
282-
#[unstable(feature = "io_error_inprogress", issue = "none")]
283282
libc::EINPROGRESS => InProgress,
284283

285284
libc::EACCES | libc::EPERM => PermissionDenied,

0 commit comments

Comments
 (0)