We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa1dbe commit f58f984Copy full SHA for f58f984
library/std/src/sys/pal/unix/mod.rs
@@ -279,7 +279,6 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
279
libc::ETIMEDOUT => TimedOut,
280
libc::ETXTBSY => ExecutableFileBusy,
281
libc::EXDEV => CrossesDevices,
282
- #[unstable(feature = "io_error_inprogress", issue = "none")]
283
libc::EINPROGRESS => InProgress,
284
285
libc::EACCES | libc::EPERM => PermissionDenied,
0 commit comments