Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9c534aa

Browse files
committed
Apply missing #1544 after out-of-process compiler work
1 parent 412fb00 commit 9c534aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rls-rustc/src/clippy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn adjust_args(args: Vec<String>, preference: ClippyPreference) -> Vec<Strin
4949

5050
#[cfg(feature = "clippy")]
5151
pub fn after_parse_callback(compiler: &rustc_interface::interface::Compiler) {
52-
use rustc_plugin::registry::Registry;
52+
use self::rustc_driver::plugin::registry::Registry;
5353

5454
let sess = compiler.session();
5555
let mut registry = Registry::new(

rls-rustc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ extern crate env_logger;
44
extern crate rustc;
55
extern crate rustc_driver;
66
extern crate rustc_interface;
7-
extern crate rustc_plugin;
87
extern crate rustc_save_analysis;
98
extern crate syntax;
109

0 commit comments

Comments
 (0)