aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Wang <shrik3@mailbox.org>2024-04-17 14:56:04 +0200
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:16:32 +0200
commit9dc69e2c98bf760d6df11167d342e7af2c2acc7a (patch)
tree04a8644330994c95b649f3c4e36af6cfac909d6f
parent1bd9a4c13e0ad270a16481ba110903dfccd61f4b (diff)
chore linting
-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;