Disable clippy until Manishearth/rust-clippy#1174 is fixed

This commit is contained in:
David Tolnay
2016-08-18 14:05:06 -04:00
parent 1796536962
commit 2bc1d62e50
6 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ std = []
unstable = []
alloc = ["unstable"]
collections = ["alloc"]
unstable-testing = ["clippy", "unstable", "std"]
unstable-testing = ["unstable", "std"]
[dependencies]
clippy = { version = "^0.*", optional = true }