Skip to content

Commit 682cae1

Browse files
committed
Fix feature name in README
1 parent d5ec9aa commit 682cae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn init_heap() {
3131
## Features
3232

3333
- **`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.
34+
- **`const_mut_refs`** (default): Makes the `Heap::empty` function `const`; requires nightly Rust.
3535
- **`alloc_ref`**: Provide an implementation of the unstable [`AllocRef`] trait; requires nightly Rust.
3636
- Warning: The `AllocRef` trait is still regularly changed on the Rust side, so expect some regular breakage when using this feature.
3737

0 commit comments

Comments
 (0)