Fix warnings.

This commit is contained in:
4lDO2
2023-04-30 18:11:20 +02:00
parent 45f031b50d
commit a5168b4442
+1 -3
View File
@@ -5,9 +5,7 @@
use alloc::collections::VecDeque;
use alloc::sync::Arc;
use core::intrinsics;
use spin::{RwLock, RwLockReadGuard, RwLockWriteGuard};
use rmm::Arch;
use spin::RwLock;
use crate::context::{self, memory::AddrSpace, Context};
use crate::memory::PhysicalAddress;