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
View File
@@ -17,6 +17,7 @@ plugin = true
[features]
unstable-testing = [
"clippy",
"skeptic",
"serde_json",
"serde/unstable-testing",
+1 -1
View File
@@ -1,5 +1,5 @@
#![feature(custom_derive, plugin)]
#![plugin(serde_macros)]
#![plugin(serde_macros, clippy)]
#![deny(identity_op)]