8000 Suppress clippy · rust-osdev/bootloader@30416dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 30416dc

Browse files
committed
Suppress clippy
1 parent cfae706 commit 30416dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootinfo/memory_map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub struct MemoryMap {
1515
}
1616

1717
#[doc(hidden)]
18+
#[allow(clippy::new_without_default)]
1819
impl MemoryMap {
1920
pub fn new() -> Self {
2021
MemoryMap {

0 commit comments

Comments
 (0)
0