1
Fork 0

remove unused extern crate

This commit is contained in:
Oliver Schneider 2016-07-07 11:19:55 +02:00
parent 4781a6ba54
commit 7d2803ae3f
No known key found for this signature in database
GPG key ID: 56D6EEA0FC67AC46

View file

@ -4,7 +4,6 @@ extern crate getopts;
extern crate miri;
extern crate rustc;
extern crate rustc_driver;
extern crate rustc_plugin;
extern crate env_logger;
extern crate log_settings;
extern crate syntax;