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
@@ -12,7 +12,7 @@ keywords = ["serialization"]
build = "build.rs"
[features]
unstable-testing = ["serde/unstable-testing", "serde_codegen/unstable-testing"]
unstable-testing = ["clippy", "serde/unstable-testing", "serde_codegen/unstable-testing"]
[build-dependencies]
serde_codegen = { path = "../serde_codegen", features = ["with-syntex"] }