Remove clippy from dependencies.

This commit is contained in:
Jack Grigg 2018-07-02 19:27:11 +01:00
parent cc5b835102
commit 4752a91781
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ repository = "https://github.com/ebfull/pairing"
[dependencies] [dependencies]
rand = "0.4" rand = "0.4"
byteorder = "1" byteorder = "1"
clippy = { version = "0.0.200", optional = true }
ff = "0.3" ff = "0.3"
[features] [features]