mirror of https://github.com/rwf2/Rocket.git
Remove extern crate for missing dependency.
This commit is contained in:
parent
9787085abf
commit
a6c176815c
|
@ -10,7 +10,6 @@ extern crate syntax_ext;
|
||||||
extern crate rustc;
|
extern crate rustc;
|
||||||
extern crate rustc_plugin;
|
extern crate rustc_plugin;
|
||||||
extern crate rocket;
|
extern crate rocket;
|
||||||
extern crate env_logger;
|
|
||||||
|
|
||||||
#[macro_use] mod utils;
|
#[macro_use] mod utils;
|
||||||
mod parser;
|
mod parser;
|
||||||
|
|
Loading…
Reference in New Issue