aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm/heap_allocator.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm/heap_allocator.rs b/src/mm/heap_allocator.rs
index 5a7463d..9eb12a3 100644
--- a/src/mm/heap_allocator.rs
+++ b/src/mm/heap_allocator.rs
@@ -1,2 +1 @@
-#![feature(global_allocator, allocator_api, heap_api)]
struct HeapAllocator;