mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-19 09:50:47 +01:00
Remove unused deps: bytes, take, and scoped-pool
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#![feature(plugin_registrar, rustc_private)]
|
||||
|
||||
extern crate itertools;
|
||||
extern crate rustc;
|
||||
extern crate rustc_plugin;
|
||||
extern crate syntax;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user