updated clippy to 0.0.41

This commit is contained in:
debris
2016-02-14 03:33:58 +01:00
parent 74b230c183
commit b63cc13f3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ num-impls = ["num-bigint", "num-complex", "num-rational"]
num-rational = ["num/rational"]
[dependencies]
clippy = { version = "^0.0.39", optional = true }
clippy = { version = "^0.0.41", optional = true }
num = { version = "^0.1.27", default-features = false }