Skip to content

Commit

Permalink
remove clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Aug 9, 2023
1 parent 9767aab commit 9fcce94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/aarch64/kernel/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ pub fn get_timestamp() -> u64 {
}

#[inline]
#[allow(dead_code)]
pub fn supports_1gib_pages() -> bool {
false
}
Expand Down

0 comments on commit 9fcce94

Please sign in to comment.