Ran rustfmt to re-format my changes

This commit is contained in:
Timothy Finnegan
2024-08-31 16:19:58 -07:00
parent f2decff457
commit 1ce1949416
+2 -1
View File
@@ -44,7 +44,8 @@ pub enum MemoryType {
/// released to the memory location in an unspecified order. Write-Combine memory does not
/// guarantee that the order at which you write to it is the order at which those writes are
/// committed to memory.
WriteCombining, /// Memory stored in an intermediate Write Combine Buffer and released later
WriteCombining,
/// Memory stored in an intermediate Write Combine Buffer and released later
/// Memory-Mapped I/O. This is an aarch64-specific term.
DeviceMemory,
}