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 740d205 commit 70e2df2Copy full SHA for 70e2df2
src/structures/paging/mapper/mod.rs
@@ -474,7 +474,7 @@ pub trait Mapper<S: PageSize> {
474
///
475
/// ## Safety
476
/// The caller has to guarantee that it's safe to deallocate frames:
477
- /// All unmapped frames must only be only in this page table.
+ /// All unmapped frames must only be in this page table.
478
unsafe fn unmap_range<D>(
479
&mut self,
480
pages: PageRange<S>,
0 commit comments