Fix some nits using clippy (#8731)

* fix some nits using clippy

* fix tests
This commit is contained in:
Niklas Adolfsson
2018-05-31 13:38:46 +02:00
committed by Afri Schoedon
parent 6b9314eaa9
commit 118588ef6c
7 changed files with 75 additions and 72 deletions

View File

@@ -19,6 +19,9 @@
//! Spawns an Ethereum network instance and attaches the Whisper protocol RPCs to it.
//!
#![warn(missing_docs)]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
extern crate docopt;
extern crate ethcore_network_devp2p as devp2p;
extern crate ethcore_network as net;