Skip to content

Commit c10f5a7

Browse files
committed
remove unused import
1 parent adb5a7a commit c10f5a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/structures/paging/mapper/recursive_page_table.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Access the page tables through a recursively mapped level 4 table.
22
3-
#[cfg(feature = "experimental")]
4-
use core::convert::Infallible;
53
use core::fmt;
64

75
use super::*;

0 commit comments

Comments
 (0)