Skip to content

Commit

Permalink
doc: alloc is no longer unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
hackaugusto committed Aug 8, 2023
1 parent d9e1d95 commit 2bd9358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _src/no-std.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ library data structures that involve heap memory allocation, including `String`
and `Vec<T>`. It also removes some features of `derive(Deserialize)` including
untagged enums.

You can opt back in to these impls in an unstable way by enabling the `"alloc"`
Cargo feature. This configuration provides integration for heap-allocated
collections without depending on the rest of the Rust standard library.
You can opt back in to these impls by enabling the `"alloc"` Cargo feature.
This configuration provides integration for heap-allocated collections without
depending on the rest of the Rust standard library.

```toml
[dependencies]
Expand Down

0 comments on commit 2bd9358

Please sign in to comment.