We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd91aba commit f264d28Copy full SHA for f264d28
library/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