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

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