mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 23:41:03 +00:00
Remove playground feature
These days serde_derive is in the top 100 crates so it gets picked up without needing this help from serde.
This commit is contained in:
@@ -61,8 +61,3 @@ alloc = ["unstable"]
|
|||||||
# does not preserve identity and may result in multiple copies of the same data.
|
# does not preserve identity and may result in multiple copies of the same data.
|
||||||
# Be sure that this is what you want before enabling this feature.
|
# Be sure that this is what you want before enabling this feature.
|
||||||
rc = []
|
rc = []
|
||||||
|
|
||||||
# Get serde_derive picked up by the Integer 32 playground. Not public API.
|
|
||||||
#
|
|
||||||
# http://play.integer32.com/
|
|
||||||
playground = ["serde_derive"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user