Skip to content

Commit

Permalink
Merge #297
Browse files Browse the repository at this point in the history
297: Stop referring to the alloc crate as unstable r=eldruin a=hexagonrecursion

The alloc crate was stabilized in 1.36.0 https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html#whats-in-1360-stable

Co-authored-by: Andrey Bienkowski <[email protected]>
  • Loading branch information
bors[bot] and hexagonrecursion authored Jul 18, 2021
2 parents 506840e + 7f9a403 commit 09986cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ memory allocator (AKA the heap).
[`HashMap`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html

As `core` is, by definition, free of memory allocations these implementations
are not available there, but they can be found in the *unstable* `alloc` crate
are not available there, but they can be found in the `alloc` crate
that's shipped with the compiler.

If you need collections, a heap allocated implementation is not your only
Expand Down

0 comments on commit 09986cd

Please sign in to comment.