Skip to content

Commit a65c300

Browse files
authored
Rollup merge of #104015 - alex:remove-kernel, r=oli-obk
Remove linuxkernel targets These are not used by the actual Rust-for-Linux project, so they're mostly just confusing.
2 parents 739e593 + 596fab7 commit a65c300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unwind/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cfg_if::cfg_if! {
1515
target_os = "espidf",
1616
))] {
1717
// These "unix" family members do not have unwinder.
18-
// Note this also matches x86_64-unknown-none-linuxkernel.
1918
} else if #[cfg(any(
2019
unix,
2120
windows,

0 commit comments

Comments
 (0)