Skip to content

Commit 7355a1e

Browse files
committed
Remove some unused extern crate
1 parent 1fce886 commit 7355a1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

miri/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
// From rustc.
77
#[macro_use]
88
extern crate log;
9-
extern crate log_settings;
109
#[macro_use]
1110
extern crate rustc;
12-
extern crate rustc_const_math;
13-
extern crate rustc_data_structures;
1411
extern crate syntax;
1512

1613
use rustc::ty::{self, TyCtxt};

0 commit comments

Comments
 (0)