Update clippy and compensate for new lints.

This commit is contained in:
Sean Bowe
2017-09-28 17:10:06 -06:00
parent 927febe4e8
commit 05339414cc
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ repository = "https://github.com/ebfull/pairing"
[dependencies]
rand = "0.3"
byteorder = "1.1.0"
clippy = { version = "0.0.151", optional = true }
clippy = { version = "0.0.165", optional = true }
[features]
unstable-features = []