Skip to content
Snippets Groups Projects
Commit 3b31c31f authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Paging: Allow clippy::upper_case_acronyms

parent 0b7597f6
No related branches found
No related tags found
No related merge requests found
...@@ -342,6 +342,7 @@ impl PageTableLevelWithSubtables for PML4 { ...@@ -342,6 +342,7 @@ impl PageTableLevelWithSubtables for PML4 {
} }
/// A Page Directory Pointer Table (PDPT), with numeric level 2 and PDT subtables. /// A Page Directory Pointer Table (PDPT), with numeric level 2 and PDT subtables.
#[allow(clippy::upper_case_acronyms)]
enum PDPT {} enum PDPT {}
impl PageTableLevel for PDPT { impl PageTableLevel for PDPT {
const LEVEL: usize = 2; const LEVEL: usize = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment