Bump clippy (#1587)

* Bumping clippy

* Fixing warnings
This commit is contained in:
Tomasz Drwięga
2016-07-12 10:34:08 +02:00
committed by Gav Wood
parent 636ecf306a
commit fbc0e0039a
11 changed files with 22 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ syntex = "*"
ethcore-ipc-codegen = { path = "../ipc/codegen" }
[dependencies]
clippy = { version = "0.0.78", optional = true}
clippy = { version = "0.0.79", optional = true}
ethcore-devtools = { path = "../devtools" }
ethcore-ipc = { path = "../ipc/rpc" }
rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" }