Skip to content

Commit f67beca

Browse files
committed
remove extra imports from rustc
1 parent 63bf522 commit f67beca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ extern crate rustc_target;
5353
#[allow(unused_extern_crates)]
5454
extern crate rustc_typeck;
5555

56-
#[allow(unused_extern_crates)]
57-
extern crate rustc_resolve;
58-
#[allow(unused_extern_crates)]
59-
extern crate rustc_codegen_llvm;
60-
6156
use rustc::session::Session;
6257
use rustc_data_structures::fx::FxHashSet;
6358
use rustc_lint::LintId;

0 commit comments

Comments
 (0)