Remove extern crate for missing dependency.

This commit is contained in:
Sergio Benitez 2016-09-29 21:43:42 -07:00
parent 9787085abf
commit a6c176815c
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ extern crate syntax_ext;
extern crate rustc;
extern crate rustc_plugin;
extern crate rocket;
extern crate env_logger;
#[macro_use] mod utils;
mod parser;