diff --git a/src/cargo/util/flock.rs b/src/cargo/util/flock.rs index 3ef6f961d59..2986abb905d 100644 --- a/src/cargo/util/flock.rs +++ b/src/cargo/util/flock.rs @@ -378,7 +378,6 @@ mod sys { // For targets in which they are the same, the duplicate pattern causes a warning. #[allow(unreachable_patterns)] Some(libc::ENOTSUP | libc::EOPNOTSUPP) => true, - #[cfg(any(target_os = "linux", target_os = "android"))] Some(libc::ENOSYS) => true, _ => false, }