Remove unused imports

This commit is contained in:
Tim Kuehn
2017-09-17 15:36:06 -07:00
parent 2e214c85d3
commit 4aaaea1e04
5 changed files with 0 additions and 9 deletions

View File

@@ -10,9 +10,7 @@
extern crate log;
#[macro_use]
extern crate tarpc;
extern crate bincode;
extern crate env_logger;
extern crate futures;
extern crate tokio_core;
use bar::FutureServiceExt as BarExt;