remove unused import

This commit is contained in:
Corwin 2023-05-25 19:30:38 +01:00
parent 9c15adf6c8
commit 7e111e0327
No known key found for this signature in database

View file

@ -6,7 +6,6 @@
use core::alloc::{Allocator, GlobalAlloc, Layout}; use core::alloc::{Allocator, GlobalAlloc, Layout};
use core::cell::UnsafeCell; use core::cell::UnsafeCell;
use core::convert::TryInto;
use core::ptr::NonNull; use core::ptr::NonNull;
use super::bump_allocator::{BumpAllocatorInner, StartEnd}; use super::bump_allocator::{BumpAllocatorInner, StartEnd};