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
@@ -10,7 +10,7 @@ readme = "../README.md"
keywords = ["serde", "serialization"]
[features]
nightly = ["clippy"]
nightly-testing = ["clippy"]
num-bigint = ["num/bigint"]
num-complex = ["num/complex"]
num-impls = ["num-bigint", "num-complex", "num-rational"]