Skip to content

Commit

Permalink
libpanic_unwind => 2018: remove unused extern crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Feb 13, 2019
1 parent f9e9c91 commit bb08499
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libpanic_unwind/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb08499

Please sign in to comment.