Skip to content

Commit bb08499

Browse files
committed
libpanic_unwind => 2018: remove unused extern crate.
1 parent f9e9c91 commit bb08499

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libpanic_unwind/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
#![panic_runtime]
3535
#![feature(panic_runtime)]
3636

37-
#[cfg(not(any(target_env = "msvc", all(windows, target_arch = "x86_64", target_env = "gnu"))))]
38-
extern crate unwind;
39-
4037
use alloc::boxed::Box;
4138
use core::intrinsics;
4239
use core::mem;

0 commit comments

Comments
 (0)