From fa5c99e48ad22e505b31de0d2c23036d09adfbb2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 16 Jul 2019 07:21:09 -0700 Subject: [PATCH] Alloc crate is no longer unstable --- serde/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 09a81c4f..a97b55b6 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -48,10 +48,6 @@ unstable = [] # Provide impls for types in the Rust core allocation and collections library # including String, Box, Vec, and Cow. This is a subset of std but may # be enabled without depending on all of std. -# -# Requires a dependency on the unstable core allocation library: -# -# https://doc.rust-lang.org/alloc/ alloc = [] # Opt into impls for Rc and Arc. Serializing and deserializing these types