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 7a00802 commit 2deaefaCopy full SHA for 2deaefa
src/structures/paging/mapper/mod.rs
@@ -464,7 +464,7 @@ pub trait Mapper<S: PageSize> {
464
///
465
/// ## Safety
466
/// The caller has to guarantee that it's safe to deallocate frames:
467
- /// All unmapped frames must only be only in this page table.
+ /// All unmapped frames must only be in this page table.
468
unsafe fn unmap_range<D>(
469
&mut self,
470
pages: PageRange<S>,
0 commit comments