fixed warnings
This commit is contained in:
parent
fa1b74fa53
commit
634b6be1e6
@ -655,19 +655,3 @@ impl Handler for Host {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
use network::host::Host;
|
|
||||||
use env_logger;
|
|
||||||
#[test]
|
|
||||||
//#[ignore]
|
|
||||||
fn net_connect() {
|
|
||||||
env_logger::init().unwrap();
|
|
||||||
let _ = Host::start();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ use self::json_tests::rlp as rlptest;
|
|||||||
use std::{fmt, cmp};
|
use std::{fmt, cmp};
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
use rlp;
|
use rlp;
|
||||||
use rlp::{UntrustedRlp, RlpStream, Decodable, View, Stream, Encodable};
|
use rlp::{UntrustedRlp, RlpStream, View, Stream};
|
||||||
use uint::U256;
|
use uint::U256;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user