diff options
Diffstat (limited to 'src/mm/heap_allocator.rs')
| -rw-r--r-- | src/mm/heap_allocator.rs | 1 |
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; |
