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