diff --git a/src/allocator/bump.rs b/src/allocator/bump.rs index 37031254..33c61779 100644 --- a/src/allocator/bump.rs +++ b/src/allocator/bump.rs @@ -1,4 +1,4 @@ -use super::{align_up, Locked}; +use super::{Locked, align_up}; use alloc::alloc::{GlobalAlloc, Layout}; use core::ptr;