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.
1 parent 0f403da commit 596fab7Copy full SHA for 596fab7
unwind/src/lib.rs
@@ -15,7 +15,6 @@ cfg_if::cfg_if! {
15
target_os = "espidf",
16
))] {
17
// These "unix" family members do not have unwinder.
18
- // Note this also matches x86_64-unknown-none-linuxkernel.
19
} else if #[cfg(any(
20
unix,
21
windows,
0 commit comments