Skip to content

Commit

Permalink
Merge pull request #1576 from c410-f3r/alloc-feature
Browse files Browse the repository at this point in the history
Make `alloc` feature work on stable
  • Loading branch information
dtolnay committed Jul 16, 2019
2 parents ce89ade + 50ebbd6 commit 48f1a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ unstable = []
# Requires a dependency on the unstable core allocation library:
#
# https://doc.rust-lang.org/alloc/
alloc = ["unstable"]
alloc = []

# 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.
Expand Down

0 comments on commit 48f1a2c

Please sign in to comment.