Skip to content

Commit 8818fda

Browse files
committed
Remove useless all in cfg
1 parent 0c97c24 commit 8818fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/unwind/src/libunwind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ extern "C" {
8989
}
9090

9191
cfg_if::cfg_if! {
92-
if #[cfg(all(any(target_os = "ios", target_os = "netbsd", not(target_arch = "arm"))))] {
92+
if #[cfg(any(target_os = "ios", target_os = "netbsd", not(target_arch = "arm")))] {
9393
// Not ARM EHABI
9494
#[repr(C)]
9595
#[derive(Copy, Clone, PartialEq)]

0 commit comments

Comments
 (0)