Fixing clippy warnings

This commit is contained in:
Tomasz Drwięga
2016-04-12 13:54:34 +02:00
parent 6b03a3218c
commit 7fbe3f4721
5 changed files with 13 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
//! Tracing datatypes.
use common::*;
/// TraceCall result.
/// `TraceCall` result.
#[derive(Debug, Clone, PartialEq, Default)]
pub struct TraceCallResult {
/// Gas used by call.
@@ -26,7 +26,7 @@ pub struct TraceCallResult {
pub output: Bytes,
}
/// TraceCreate result.
/// `TraceCreate` result.
#[derive(Debug, Clone, PartialEq)]
pub struct TraceCreateResult {
/// Gas used by create.