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

@@ -9,8 +9,6 @@
extern crate env_logger;
#[macro_use]
extern crate tarpc;
extern crate futures;
extern crate tokio_core;
use add::{SyncService as AddSyncService, SyncServiceExt as AddExt};
use double::{SyncService as DoubleSyncService, SyncServiceExt as DoubleExt};