cfg(miri) no longer needed in sys/unix/time.rs
This commit is contained in:
parent
a689eb0ded
commit
c043a0e7d6
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ impl From<libc::timespec> for Timespec {
|
|||
}
|
||||
|
||||
#[cfg(any(
|
||||
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
|
||||
all(target_os = "macos", any(not(target_arch = "aarch64"))),
|
||||
target_os = "ios",
|
||||
target_os = "watchos"
|
||||
))]
|
||||
|
@ -270,7 +270,7 @@ mod inner {
|
|||
}
|
||||
|
||||
#[cfg(not(any(
|
||||
all(target_os = "macos", any(not(target_arch = "aarch64"), miri)),
|
||||
all(target_os = "macos", any(not(target_arch = "aarch64"))),
|
||||
target_os = "ios",
|
||||
target_os = "watchos"
|
||||
)))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue