mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-20 04:31:04 +00:00
Alloc crate is no longer unstable
This commit is contained in:
@@ -48,10 +48,6 @@ unstable = []
|
|||||||
# Provide impls for types in the Rust core allocation and collections library
|
# 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
|
# 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.
|
# be enabled without depending on all of std.
|
||||||
#
|
|
||||||
# Requires a dependency on the unstable core allocation library:
|
|
||||||
#
|
|
||||||
# https://doc.rust-lang.org/alloc/
|
|
||||||
alloc = []
|
alloc = []
|
||||||
|
|
||||||
# Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types
|
# Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types
|
||||||
|
|||||||
Reference in New Issue
Block a user