We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532244e commit e46d8d8Copy full SHA for e46d8d8
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