We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c8e4c commit 3fc7687Copy full SHA for 3fc7687
src/structures/paging/mapper/mod.rs
@@ -475,7 +475,7 @@ pub trait Mapper<S: PageSize> {
475
///
476
/// ## Safety
477
/// The caller has to guarantee that it's safe to deallocate frames:
478
- /// All unmapped frames must only be only in this page table.
+ /// All unmapped frames must only be in this page table.
479
unsafe fn unmap_range<D>(
480
&mut self,
481
pages: PageRange<S>,
0 commit comments