Update clippy version and address new warnings

This commit is contained in:
John Gallagher
2016-03-29 11:54:02 -04:00
parent aea2f876d5
commit 2bd54578f5
3 changed files with 16 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ trace = []
time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.2"
clippy = {version = "~0.0.41", optional = true}
clippy = {version = "~0.0.58", optional = true}
[dev-dependencies]
tempdir = "~0.3.4"