Remove unused code (#44)

* remove unused #[macro_use] and #[allow(unused_macros)]

* remove unused FnBox trait

* remove unused temporary variable

* remove Evented trait requirement to implement Debug
This commit is contained in:
Thomas de Zeeuw
2017-12-01 15:34:03 -06:00
committed by Alex Crichton
parent 31f8cb9467
commit 0b54557796
5 changed files with 2 additions and 16 deletions
-1
View File
@@ -11,7 +11,6 @@
//! Each line you type in to the `nc` terminal should be echo'd back to you!
extern crate futures;
#[macro_use]
extern crate tokio;
#[macro_use]
extern crate tokio_io;