Explorar el Código

style(mm): remove unused imports

greatbridf hace 8 meses
padre
commit
39828e5e2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crates/eonix_mm/src/page_table/pte_iterator.rs

+ 1 - 1
crates/eonix_mm/src/page_table/pte_iterator.rs

@@ -4,7 +4,7 @@ use super::{
 };
 use crate::{
     address::{AddrOps as _, VRange},
-    paging::{Page, PageAccess, PageAlloc, PAGE_SIZE},
+    paging::{Page, PageAccess, PageAlloc},
 };
 use core::marker::PhantomData;