Bumping clippy & fixing warnings (#1024)

* Bumping clippy

* Fixing warnings found by clippy
This commit is contained in:
Tomasz Drwięga
2016-05-02 13:13:12 +02:00
committed by Gav Wood
parent 7c2adc4137
commit e2465b1eab
17 changed files with 27 additions and 26 deletions

View File

@@ -88,7 +88,7 @@ pub trait Tracer: Send {
fn traces(self) -> Vec<Trace>;
}
/// DbExtras provides an interface to query extra data which is not stored in tracesdb,
/// `DbExtras` provides an interface to query extra data which is not stored in tracesdb,
/// but necessary to work correctly.
pub trait DatabaseExtras {
/// Returns hash of given block number.