diff --git a/src/paging.rs b/src/paging.rs index 7f3b9c2..512bef2 100644 --- a/src/paging.rs +++ b/src/paging.rs @@ -426,7 +426,7 @@ struct PageTableWithLevel { // SAFETY: The underlying PageTable is process-wide and can be safely accessed from any thread // with appropriate synchronization. This type manages ownership for the raw pointer. -unsafe impl Send for PageTableWithLevel {} +unsafe impl Send for PageTableWithLevel {} impl PageTableWithLevel { /// Allocates a new, zeroed, appropriately-aligned page table with the given translation,