diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 733c01c2..d8754ea7 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -61,8 +61,3 @@ alloc = ["unstable"] # 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. rc = [] - -# Get serde_derive picked up by the Integer 32 playground. Not public API. -# -# http://play.integer32.com/ -playground = ["serde_derive"]