We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a689eb0 commit c043a0eCopy full SHA for c043a0e
library/std/src/sys/unix/time.rs
@@ -150,7 +150,7 @@ impl From<libc::timespec> for Timespec {
150
}
151
152
#[cfg(any(
153
- all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
+ all(target_os = "macos", any(not(target_arch = "aarch64"))),
154
target_os = "ios",
155
target_os = "watchos"
156
))]
@@ -270,7 +270,7 @@ mod inner {
270
271
272
#[cfg(not(any(
273
274
275
276
)))]
0 commit comments