Skip to content

Commit 22ae53b

Browse files
committed
alloc: Drop unused allocator_api feature
This nightly feature is not required for `GlobalAlloc`. Allows compiling `redox_uefi_alloc` on a stable toolchain. Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent bfc9605 commit 22ae53b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/uefi_alloc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(allocator_api)]
21
#![no_std]
32

43
use core::alloc::{GlobalAlloc, Layout};

0 commit comments

Comments
 (0)