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

Commit

Permalink
Remove unused imports in rustc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Feb 24, 2019
1 parent 1f237e5 commit e384730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rls/src/build/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use self::rustc_driver::{run, run_compiler, CompilerCalls, RustcDefaultCalls};
use self::rustc_save_analysis as save;
use self::rustc_save_analysis::CallbackHandler;
use self::rustc::session::Session;
use self::rustc::session::config::{self, ErrorOutputType, Input};
use self::rustc::session::config::Input;
use self::syntax::source_map::{FileLoader, RealFileLoader};
use self::syntax::edition::Edition as RustcEdition;

Expand Down

0 comments on commit e384730

Please sign in to comment.