There was an error while loading. Please reload this page.
1 parent f9e9c91 commit bb08499Copy full SHA for bb08499
1 file changed
src/libpanic_unwind/lib.rs
@@ -34,9 +34,6 @@
34
#![panic_runtime]
35
#![feature(panic_runtime)]
36
37
-#[cfg(not(any(target_env = "msvc", all(windows, target_arch = "x86_64", target_env = "gnu"))))]
38
-extern crate unwind;
39
-
40
use alloc::boxed::Box;
41
use core::intrinsics;
42
use core::mem;
0 commit comments