From 35aae92b5609dc0707bea73a890ed0beb5c8cac0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 11 May 2018 01:28:16 -0700 Subject: [PATCH] Remove playground feature These days serde_derive is in the top 100 crates so it gets picked up without needing this help from serde. --- serde/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) 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"]