Enable extra features in playground

This commit is contained in:
David Tolnay 2018-12-31 23:28:06 -05:00
parent 11cc7014b3
commit 981a75d7c9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -23,6 +23,9 @@ serde_derive = { version = "1.0", optional = true, path = "../serde_derive" }
[dev-dependencies]
serde_derive = { version = "1.0", path = "../serde_derive" }
[package.metadata.playground]
features = ["derive", "rc"]
### FEATURES #################################################################