Skip to content

Commit b519358

Browse files
authored
Merge pull request #154 from hackaugusto/hacka-alloc-isnt-unstable
doc: alloc is no longer unstable
2 parents d9e1d95 + 2bd9358 commit b519358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_src/no-std.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ library data structures that involve heap memory allocation, including `String`
4545
and `Vec<T>`. It also removes some features of `derive(Deserialize)` including
4646
untagged enums.
4747

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

5252
```toml
5353
[dependencies]

0 commit comments

Comments
 (0)