Enable clippy linting.
This commit is contained in:
@@ -11,7 +11,9 @@ repository = "https://github.com/ebfull/pairing"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.3"
|
||||
byteorder = "1.1"
|
||||
byteorder = "1.1.0"
|
||||
clippy = { version = "0.0.144", optional = true }
|
||||
|
||||
[features]
|
||||
unstable-wnaf = []
|
||||
unstable-features = ["unstable-wnaf"]
|
||||
|
||||
Reference in New Issue
Block a user