We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506840e + 7f9a403 commit 09986cdCopy full SHA for 09986cd
src/collections/index.md
@@ -10,7 +10,7 @@ memory allocator (AKA the heap).
10
[`HashMap`]: https://doc.rust-lang.org/std/collections/struct.HashMap.html
11
12
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
+are not available there, but they can be found in the `alloc` crate
14
that's shipped with the compiler.
15
16
If you need collections, a heap allocated implementation is not your only
0 commit comments