We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59d52e commit 2a38dfbCopy full SHA for 2a38dfb
library/std/src/sys/unix/mod.rs
@@ -150,7 +150,7 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
150
libc::EPIPE => BrokenPipe,
151
libc::ETIMEDOUT => TimedOut,
152
153
- libc::EACCES | libc::EPERM => PermissionDenied,
+ libc::EACCES | libc::EPERM => PermissionDenied,
154
155
// These two constants can have the same value on some systems,
156
// but different values on others, so we can't use a match
0 commit comments