Alloc crate is no longer unstable

This commit is contained in:
David Tolnay 2019-07-16 07:21:09 -07:00
parent 48f1a2c9b2
commit fa5c99e48a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -48,10 +48,6 @@ unstable = []
# Provide impls for types in the Rust core allocation and collections library
# including String, Box<T>, Vec<T>, and Cow<T>. 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<T> and Arc<T>. Serializing and deserializing these types