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

@@ -6,12 +6,10 @@
#![feature(plugin, use_extern_macros)]
#![plugin(tarpc_plugins)]
extern crate futures;
#[macro_use]
extern crate tarpc;
#[macro_use]
extern crate serde_derive;
extern crate tokio_core;
use std::error::Error;
use std::fmt;