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 @@ include = ["Cargo.toml", "src/**/*.rs"]
[features]
default = ["with-syntex"]
unstable-testing = []
unstable-testing = ["clippy"]
with-syntex = ["syntex_syntax", "syntex_errors"]
[dependencies]