Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed May 10, 2022
1 parent 532244e commit e46d8d8
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 e46d8d8

Please sign in to comment.