Skip to content

Commit aee3504

Browse files
aaronzperFreax13
andauthored
Update api/src/config.rs with Clippy formatting
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent 23f0b60 commit aee3504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ pub struct Mappings {
393393
/// This mapping will go from physical address `0x0` to whichever is larger:
394394
/// - The end of the last region in the BIOS/UEFI memory map
395395
/// - The address `0x1_0000_0000` (such that at least 4 GiB of physical memory are always mapped).
396-
/// This is to ensure that useful MMIO regions (local APIC, I/O APIC, PCI bars) are
397-
/// accessible to the kernel even if less physical memory than that is on the system.
396+
/// This is to ensure that useful MMIO regions (local APIC, I/O APIC, PCI bars) are
397+
/// accessible to the kernel even if less physical memory than that is on the system.
398398
///
399399
/// Defaults to `None`, i.e. no mapping of the physical memory.
400400
pub physical_memory: Option<Mapping>,

0 commit comments

Comments
 (0)