Remove unused deps: bytes, take, and scoped-pool

This commit is contained in:
Tim Kuehn
2017-02-07 20:34:52 -08:00
parent a1072c8c06
commit fa2df184e9
3 changed files with 6 additions and 10 deletions

View File

@@ -111,7 +111,6 @@
#![plugin(tarpc_plugins)]
extern crate byteorder;
extern crate bytes;
#[macro_use]
extern crate lazy_static;
#[macro_use]
@@ -119,7 +118,6 @@ extern crate log;
extern crate net2;
#[macro_use]
extern crate serde_derive;
extern crate take;
#[macro_use]
extern crate cfg_if;

View File

@@ -1,7 +1,6 @@
#![feature(plugin_registrar, rustc_private)]
extern crate itertools;
extern crate rustc;
extern crate rustc_plugin;
extern crate syntax;