Fix clippy warnings

This commit is contained in:
gwenn
2016-02-14 16:11:59 +01:00
parent 2cb6c59b3d
commit 0fe1990d34
6 changed files with 80 additions and 77 deletions

View File

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