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

Commit 80a1d34

Browse files
authored
Merge pull request #1556 from msizanoen1/fix-build-fail-64604
Fix RLS compile error for rust-lang/rust#64604 (Update clippy)
2 parents 8ab6288 + 981708f commit 80a1d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rls-rustc/src/clippy.rs

+1-1
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 self::rustc_driver::plugin::registry::Registry;
52+
use rustc_driver::plugin::registry::Registry;
5353

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

0 commit comments

Comments
 (0)