Merge pull request #244 from ethcore/clippy

clippy, missing docs, renaming etc.
This commit is contained in:
Arkadiy Paronyan
2016-01-27 17:21:23 +01:00
20 changed files with 45 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ crossbeam = "0.2"
slab = { git = "https://github.com/arkpar/slab.git" }
sha3 = { path = "sha3" }
serde = "0.6.7"
clippy = "*" # Always newest, since we use nightly
clippy = "0.0.37"
[dev-dependencies]
json-tests = { path = "json-tests" }