We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8acfbf commit 1375b2eCopy full SHA for 1375b2e
Changelog.md
@@ -1 +1,2 @@
1
- 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,5 +1,5 @@
#![feature(const_fn)]
-#![feature(alloc, allocator_api)]
+#![feature(allocator_api)]
3
#![no_std]
4
5
#[cfg(test)]
0 commit comments