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.
2 parents b658e77 + 7aef6c0 commit 5188225Copy full SHA for 5188225
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