diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-04-17 14:56:04 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:16:32 +0200 |
| commit | 9dc69e2c98bf760d6df11167d342e7af2c2acc7a (patch) | |
| tree | 04a8644330994c95b649f3c4e36af6cfac909d6f /src/mm/heap_allocator.rs | |
| parent | 1bd9a4c13e0ad270a16481ba110903dfccd61f4b (diff) | |
chore linting
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; |
