We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ec9aa commit 682cae1Copy full SHA for 682cae1
README.md
@@ -31,7 +31,7 @@ pub fn init_heap() {
31
## Features
32
33
- **`use_spin`** (default): Provide a `LockedHeap` type that implements the [`GlobalAlloc`] trait by using a spinlock.
34
-- **`const_ref_mut`** (default): Makes the `Heap::empty` function `const`; requires nightly Rust.
+- **`const_mut_refs`** (default): Makes the `Heap::empty` function `const`; requires nightly Rust.
35
- **`alloc_ref`**: Provide an implementation of the unstable [`AllocRef`] trait; requires nightly Rust.
36
- Warning: The `AllocRef` trait is still regularly changed on the Rust side, so expect some regular breakage when using this feature.
37
0 commit comments