Fix a number of warnings
This commit is contained in:
@@ -6,10 +6,9 @@ use alloc::{
|
||||
vec::Vec,
|
||||
};
|
||||
use core::{
|
||||
alloc::{GlobalAlloc, Layout},
|
||||
alloc::GlobalAlloc,
|
||||
cmp::Ordering,
|
||||
mem,
|
||||
ptr::NonNull,
|
||||
};
|
||||
use spin::RwLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user