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 aa55fe4 commit cbeef67Copy full SHA for cbeef67
src/structures/paging/mapper/mod.rs
@@ -325,7 +325,7 @@ pub trait Mapper<S: PageSize> {
325
///
326
/// ## Safety
327
328
- /// This is a convencience function that invokes [`map_to`] internally, so
+ /// This is a convencience function that invokes [`Mapper::map_to`] internally, so
329
/// all safety requirements of it also apply for this function.
330
#[inline]
331
unsafe fn identity_map<A>(
0 commit comments