Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Dec 26, 2021
1 parent adb5a7a commit c10f5a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/structures/paging/mapper/recursive_page_table.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! Access the page tables through a recursively mapped level 4 table.
#[cfg(feature = "experimental")]
use core::convert::Infallible;
use core::fmt;

use super::*;
Expand Down

0 comments on commit c10f5a7

Please sign in to comment.