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 1ec9454 commit 58d0cecCopy full SHA for 58d0cec
library/std/src/sys/windows/mod.rs
@@ -90,8 +90,6 @@ pub fn decode_error_kind(errno: i32) -> ErrorKind {
90
| c::ERROR_RUNLEVEL_SWITCH_TIMEOUT
91
| c::ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT => return TimedOut,
92
c::ERROR_CALL_NOT_IMPLEMENTED => return Unsupported,
93
- | c::ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT => return TimedOut,
94
- c::ERROR_CALL_NOT_IMPLEMENTED => return Unsupported,
95
c::ERROR_HOST_UNREACHABLE => return HostUnreachable,
96
c::ERROR_NETWORK_UNREACHABLE => return NetworkUnreachable,
97
c::ERROR_DIRECTORY => return NotADirectory,
0 commit comments