Skip to content

Commit 3b2def4

Browse files
nicholasbishopphip1611
authored andcommitted
Fix CI for Rust 1.80
1 parent 895156d commit 3b2def4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uefi/src/mem/memory_map/impl_.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use uefi_raw::PhysicalAddress;
1010

1111
/// Implementation of [`MemoryMap`] for the given buffer.
1212
#[derive(Debug)]
13+
#[allow(dead_code)] // TODO: github.com/rust-osdev/uefi-rs/issues/1247
1314
pub struct MemoryMapRef<'a> {
1415
buf: &'a [u8],
1516
key: MemoryMapKey,

0 commit comments

Comments
 (0)