Skip to content

Commit b587be5

Browse files
committed
remove extra imports from rustc
1 parent 2857c7c commit b587be5

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
@@ -56,11 +56,6 @@ extern crate rustc_trait_selection;
5656
#[allow(unused_extern_crates)]
5757
extern crate rustc_typeck;
5858

59-
#[allow(unused_extern_crates)]
60-
extern crate rustc_resolve;
61-
#[allow(unused_extern_crates)]
62-
extern crate rustc_codegen_llvm;
63-
6459
use rustc::session::Session;
6560
use rustc_data_structures::fx::FxHashSet;
6661
use rustc_lint::LintId;

0 commit comments

Comments
 (0)