Merge pull request #670 from ethcore/updating_clippy

Updating clippy & fixing warnings.
This commit is contained in:
Nikolay Volf
2016-03-11 23:57:06 +03:00
22 changed files with 135 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ ethcore-util = { path = "../util" }
ethcore = { path = "../ethcore" }
ethash = { path = "../ethash" }
ethsync = { path = "../sync" }
clippy = { version = "0.0.44", optional = true }
clippy = { version = "0.0.49", optional = true }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }