]> git.lizzy.rs Git - rust.git/blobdiff - library/unwind/src/lib.rs
Rollup merge of #104190 - Nilstrieb:patch-1, r=compiler-errors
[rust.git] / library / unwind / src / lib.rs
index 46fe50cb9453d9b045d95688e178146ff7b608ed..32c0ef3e11688ebff944201ee8891608eaf91939 100644 (file)
@@ -15,7 +15,6 @@
         target_os = "espidf",
     ))] {
         // These "unix" family members do not have unwinder.
-        // Note this also matches x86_64-unknown-none-linuxkernel.
     } else if #[cfg(any(
         unix,
         windows,