libpanic_unwind => 2018: remove unused extern crate.
This commit is contained in:
parent
f9e9c9196a
commit
bb08499626
@ -34,9 +34,6 @@
|
||||
#![panic_runtime]
|
||||
#![feature(panic_runtime)]
|
||||
|
||||
#[cfg(not(any(target_env = "msvc", all(windows, target_arch = "x86_64", target_env = "gnu"))))]
|
||||
extern crate unwind;
|
||||
|
||||
use alloc::boxed::Box;
|
||||
use core::intrinsics;
|
||||
use core::mem;
|
||||
|
Loading…
Reference in New Issue
Block a user