mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 20:41:02 +00:00
Enable alloc on stable
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ unstable = []
|
|||||||
# Requires a dependency on the unstable core allocation library:
|
# Requires a dependency on the unstable core allocation library:
|
||||||
#
|
#
|
||||||
# https://doc.rust-lang.org/alloc/
|
# https://doc.rust-lang.org/alloc/
|
||||||
alloc = ["unstable"]
|
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
|
||||||
# does not preserve identity and may result in multiple copies of the same data.
|
# does not preserve identity and may result in multiple copies of the same data.
|
||||||
|
|||||||
Reference in New Issue
Block a user