Remove import of rustc

This commit is contained in:
Manish Goregaokar
2018-07-19 00:53:23 -07:00
parent 00ba67a12b
commit 5d74e2096b
118 changed files with 117 additions and 3 deletions

View File

@@ -15,9 +15,6 @@
#![warn(rust_2018_idioms)]
#![allow(macro_use_extern_crate)]
#[macro_use]
extern crate rustc;
use toml;
use rustc_plugin;