We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c9a82 + 6209b44 commit 34eca72Copy full SHA for 34eca72
uefi-raw/src/capsule.rs
@@ -18,7 +18,7 @@ pub struct CapsuleBlockDescriptor {
18
/// Either a data block pointer or a continuation pointer.
19
///
20
/// * If `length` is non-zero, this is the physical address of the data
21
- /// block.
+ /// block.
22
/// * If `length` is zero:
23
/// * If `addr` is non-zero, this is the physical address of another block
24
/// of `CapsuleBlockDescriptor`.
uefi/src/table/boot.rs
@@ -1893,6 +1893,7 @@ pub trait MemoryMapMut: MemoryMap {
1893
}
1894
1895
/// Implementation of [`MemoryMap`] for the given buffer.
1896
+#[allow(dead_code)] // TODO: github.com/rust-osdev/uefi-rs/issues/1247
1897
#[derive(Debug)]
1898
pub struct MemoryMapRef<'a> {
1899
buf: &'a [u8],
0 commit comments