Skip to content

Commit 7a6a687

Browse files
committed
remove unused extern crate
1 parent 8f811fe commit 7a6a687

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
extern crate log;
77

88
// From rustc.
9+
extern crate syntax;
910
#[macro_use]
1011
extern crate rustc;
1112
extern crate rustc_data_structures;
1213
extern crate rustc_mir;
1314
extern crate rustc_target;
14-
extern crate rustc_driver;
15-
extern crate syntax;
1615

1716
use std::collections::HashMap;
1817
use std::borrow::Cow;

0 commit comments

Comments
 (0)