Remove unused extern crate

This commit is contained in:
Seiichi Uchida 2017-08-28 23:40:01 +09:00
parent 98f737c708
commit 404e2db046
3 changed files with 0 additions and 4 deletions

View file

@ -19,7 +19,6 @@ extern crate getopts;
#[macro_use]
extern crate log;
extern crate regex;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json as json;

View file

@ -13,9 +13,7 @@
extern crate env_logger;
extern crate getopts;
extern crate log;
extern crate rustfmt_nightly as rustfmt;
extern crate toml;
use std::{env, error};
use std::fs::File;

View file

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
extern crate diff;
extern crate regex;
extern crate rustfmt_nightly as rustfmt;
extern crate term;