* 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

@@ -16,10 +16,6 @@
//! RPC Error codes and error objects
macro_rules! rpc_unimplemented {
() => (Err(::v1::helpers::errors::unimplemented(None)))
}
use std::fmt;
use rlp::DecoderError;
use ethcore::error::{Error as EthcoreError, CallError, TransactionError};