We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb5a7a commit c10f5a7Copy full SHA for c10f5a7
src/structures/paging/mapper/recursive_page_table.rs
@@ -1,7 +1,5 @@
1
//! Access the page tables through a recursively mapped level 4 table.
2
3
-#[cfg(feature = "experimental")]
4
-use core::convert::Infallible;
5
use core::fmt;
6
7
use super::*;
0 commit comments