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

Fix RLS compile error for rust-lang/rust#64604 (Update clippy) #1556

Merged
merged 1 commit into from
Sep 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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