Rollup merge of #155396 - oconnor663:link_typo, r=folkertdev

`as_ref_unchecked` docs link fix

Fix what's probably a copy-paste-o in a docs link.
This commit is contained in:
Stuart Cook
2026-04-17 16:18:01 +10:00
committed by GitHub
+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
///