Skip to content

Commit 09986cd

Browse files
Merge #297
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]>
2 parents 506840e + 7f9a403 commit 09986cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ memory allocator (AKA the heap).
1010
[`HashMap`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html
1111

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

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

0 commit comments

Comments
 (0)