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

Commit

Permalink
Merge pull request #1556 from msizanoen1/fix-build-fail-64604
Browse files Browse the repository at this point in the history
Fix RLS compile error for rust-lang/rust#64604 (Update clippy)
  • Loading branch information
Xanewok authored Sep 20, 2019
2 parents 8ab6288 + 981708f commit 80a1d34
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 80a1d34

Please sign in to comment.