Skip to content

Commit c043a0e

Browse files
committed
cfg(miri) no longer needed in sys/unix/time.rs
1 parent a689eb0 commit c043a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/sys/unix/time.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl From<libc::timespec> for Timespec {
150150
}
151151

152152
#[cfg(any(
153-
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
153+
all(target_os = "macos", any(not(target_arch = "aarch64"))),
154154
target_os = "ios",
155155
target_os = "watchos"
156156
))]
@@ -270,7 +270,7 @@ mod inner {
270270
}
271271

272272
#[cfg(not(any(
273-
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
273+
all(target_os = "macos", any(not(target_arch = "aarch64"))),
274274
target_os = "ios",
275275
target_os = "watchos"
276276
)))]

0 commit comments

Comments
 (0)