as_ref_unchecked docs link fix

This commit is contained in:
Jack O'Connor
2026-04-16 08:02:57 -07:00
parent 18b439f84e
commit b2d24051be
+1 -1
View File
@@ -594,7 +594,7 @@ pub fn mask(self, mask: usize) -> *mut T {
///
/// [`as_mut`]: #method.as_mut
/// [`as_uninit_mut`]: #method.as_uninit_mut
/// [`as_ref_unchecked`]: #method.as_mut_unchecked
/// [`as_ref_unchecked`]: #method.as_ref_unchecked
///
/// # Safety
///