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