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 e2205b2 commit 5d77ec1Copy full SHA for 5d77ec1
std/src/sys/unix/time.rs
@@ -217,7 +217,7 @@ impl From<__timespec64> for Timespec {
217
}
218
219
#[cfg(any(
220
- all(target_os = "macos", any(not(target_arch = "aarch64"))),
+ all(target_os = "macos", not(target_arch = "aarch64")),
221
target_os = "ios",
222
target_os = "watchos",
223
target_os = "tvos"
@@ -338,7 +338,7 @@ mod inner {
338
339
340
#[cfg(not(any(
341
342
343
344
0 commit comments