Fix some nits using clippy (#8731)
* fix some nits using clippy * fix tests
This commit is contained in:
committed by
Afri Schoedon
parent
6b9314eaa9
commit
118588ef6c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user