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.
all
1 parent 7a8a5fe commit e2b7764Copy full SHA for e2b7764
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