We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2857c7c commit b587be5Copy full SHA for b587be5
clippy_lints/src/lib.rs
@@ -56,11 +56,6 @@ extern crate rustc_trait_selection;
56
#[allow(unused_extern_crates)]
57
extern crate rustc_typeck;
58
59
-#[allow(unused_extern_crates)]
60
-extern crate rustc_resolve;
61
62
-extern crate rustc_codegen_llvm;
63
-
64
use rustc::session::Session;
65
use rustc_data_structures::fx::FxHashSet;
66
use rustc_lint::LintId;
0 commit comments