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

Commit

Permalink
Fix import path for clippy feature
Browse files Browse the repository at this point in the history
  • Loading branch information
msizanoen1 committed Sep 20, 2019
1 parent 8ab6288 commit 981708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rls-rustc/src/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn adjust_args(args: Vec<String>, preference: ClippyPreference) -> Vec<Strin

#[cfg(feature = "clippy")]
pub fn after_parse_callback(compiler: &rustc_interface::interface::Compiler) {
use self::rustc_driver::plugin::registry::Registry;
use rustc_driver::plugin::registry::Registry;

let sess = compiler.session();
let mut registry = Registry::new(
Expand Down

0 comments on commit 981708f

Please sign in to comment.