Update clippy and fix code indentation.

(The code indentation issue was not caught by clippy -- I noticed it by
chance!)
This commit is contained in:
Jason Davies
2018-02-13 16:02:30 +00:00
parent a8583dd818
commit bce9f5d639
3 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"
clippy = { version = "0.0.174", optional = true }
clippy = { version = "0.0.186", optional = true }
[features]
unstable-features = ["expose-arith"]