]> git.lizzy.rs Git - rust.git/commitdiff
libpanic_unwind => 2018: remove unused extern crate.
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 13 Feb 2019 17:08:53 +0000 (18:08 +0100)
committerMazdak Farrokhzad <twingoow@gmail.com>
Wed, 13 Feb 2019 17:09:09 +0000 (18:09 +0100)
src/libpanic_unwind/lib.rs

index 0369880a8d1a65da4610eab2385562d8846a2a6b..9d3d8f6185bb3e955b226ad29f2d70305b5d0561 100644 (file)
@@ -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;