mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-20 07:32:01 +00:00
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_plugin;
|
||||
extern crate rocket;
|
||||
extern crate env_logger;
|
||||
|
||||
#[macro_use] mod utils;
|
||||
mod parser;
|
||||
|
Loading…
Reference in New Issue
Block a user