chore(cargo): Only depend on clippy when testing

This commit is contained in:
Erick Tryzelaar
2016-02-08 13:35:26 -08:00
parent 3cde6fa333
commit 517c2f79b7
5 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ keywords = ["serialization"]
build = "build.rs"
[features]
nightly = ["clippy", "serde/nightly"]
nightly-testing = ["clippy", "serde/nightly-testing", "serde_codegen/nightly-testing"]
[build-dependencies]
syntex = { version = "^0.26.0" }