We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all
1 parent 0c97c24 commit 8818fdaCopy full SHA for 8818fda
library/unwind/src/libunwind.rs
@@ -89,7 +89,7 @@ extern "C" {
89
}
90
91
cfg_if::cfg_if! {
92
-if #[cfg(all(any(target_os = "ios", target_os = "netbsd", not(target_arch = "arm"))))] {
+if #[cfg(any(target_os = "ios", target_os = "netbsd", not(target_arch = "arm")))] {
93
// Not ARM EHABI
94
#[repr(C)]
95
#[derive(Copy, Clone, PartialEq)]
0 commit comments