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 585cf31 commit b0c9586Copy full SHA for b0c9586
src/cargo/util/flock.rs
@@ -378,7 +378,6 @@ mod sys {
378
// For targets in which they are the same, the duplicate pattern causes a warning.
379
#[allow(unreachable_patterns)]
380
Some(libc::ENOTSUP | libc::EOPNOTSUPP) => true,
381
- #[cfg(any(target_os = "linux", target_os = "android"))]
382
Some(libc::ENOSYS) => true,
383
_ => false,
384
}
0 commit comments