Skip to content

Commit d82301b

Browse files
committed
doc: ci happy ?
1 parent 8c58b15 commit d82301b

File tree

1 file changed

+2
-2
lines changed
  • src/structures/paging/mapper

1 file changed

+2
-2
lines changed

src/structures/paging/mapper/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ pub trait Mapper<S: PageSize> {
285285
fn unmap(&mut self, page: Page<S>) -> Result<(PhysFrame<S>, MapperFlush<S>), UnmapError>;
286286

287287
/// Updates the flags of an existing mapping.
288-
///
288+
///
289289
/// To read the current flags of a mapped page, use the [`Translate::translate`] method.
290-
///
290+
///
291291
/// ## Safety
292292
///
293293
/// This method is unsafe because changing the flags of a mapping

0 commit comments

Comments
 (0)