* Bump mio

* Fixed warnings

* Update mio to crates.
This commit is contained in:
Arkadiy Paronyan
2017-06-05 20:40:40 +02:00
committed by GitHub
parent 815f427c95
commit ad6ea4fa49
7 changed files with 30 additions and 77 deletions

View File

@@ -54,6 +54,9 @@
//! }
//! ```
//TODO: use Poll from mio
#![allow(deprecated)]
extern crate ethcore_io as io;
extern crate ethcore_util as util;
extern crate parking_lot;