diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-13 18:08:53 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-13 18:09:09 +0100 |
| commit | bb08499626d22504a6e212ead546e7ed5190c5e6 (patch) | |
| tree | 60ba0e7d868077170aac209db651857e086080c1 /src | |
| parent | f9e9c9196a196e95d8f39aa57ed30857525be5e6 (diff) | |
| download | rust-bb08499626d22504a6e212ead546e7ed5190c5e6.tar.gz rust-bb08499626d22504a6e212ead546e7ed5190c5e6.zip | |
libpanic_unwind => 2018: remove unused extern crate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libpanic_unwind/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libpanic_unwind/lib.rs b/src/libpanic_unwind/lib.rs index 0369880a8d1..9d3d8f6185b 100644 --- a/src/libpanic_unwind/lib.rs +++ b/src/libpanic_unwind/lib.rs @@ -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; |
