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 7dd4d81 commit 5d808cdCopy full SHA for 5d808cd
rls/src/build/rustc.rs
@@ -15,8 +15,6 @@ extern crate rustc_interface;
15
#[allow(unused_extern_crates)]
16
extern crate rustc_metadata;
17
18
-extern crate rustc_plugin;
19
-#[allow(unused_extern_crates)]
20
extern crate rustc_resolve;
21
22
extern crate rustc_save_analysis;
@@ -241,7 +239,7 @@ impl rustc_driver::Callbacks for RlsRustcCalls {
241
239
242
240
#[cfg(feature = "clippy")]
243
fn clippy_after_parse_callback(compiler: &interface::Compiler) {
244
- use self::rustc_plugin::registry::Registry;
+ use self::rustc_driver::plugin::registry::Registry;
245
246
let sess = compiler.session();
247
let mut registry = Registry::new(
0 commit comments