mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
remove unused import
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
use rustc::session::Session;
|
||||
use rustc_driver::{CompilerCalls, Compilation};
|
||||
use rustc_driver::CompilerCalls;
|
||||
use rustc_driver::driver::{CompileState, CompileController};
|
||||
use syntax::ast::{MetaItemKind, NestedMetaItemKind};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user