Bump clippy, fix warnings (#1939)

* Bumping clippy

* Fixing warnings
This commit is contained in:
Tomasz Drwięga
2016-08-17 16:06:41 +02:00
committed by Gav Wood
parent e2cf8a894f
commit bcf6b0b7d8
22 changed files with 47 additions and 43 deletions

View File

@@ -25,7 +25,7 @@ ethcore-devtools = { path = "../devtools" }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }
clippy = { version = "0.0.80", optional = true}
clippy = { version = "0.0.82", optional = true}
json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
ethcore-ipc = { path = "../ipc/rpc" }