Skip to content

Commit 1375b2e

Browse files
committed
Remove now-stable alloc feature gate
1 parent a8acfbf commit 1375b2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
- Align up the Hole initialization address ([#18](https://github.com/phil-opp/linked-list-allocator/pull/18))
2+
- Remove `alloc` feature gate, which is now stable

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(const_fn)]
2-
#![feature(alloc, allocator_api)]
2+
#![feature(allocator_api)]
33
#![no_std]
44

55
#[cfg(test)]

0 commit comments

Comments
 (0)