Skip to content

Commit 611fd76

Browse files
Update maybe_uninit.rs
1 parent 9ac86e5 commit 611fd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/mem/maybe_uninit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ use crate::ptr;
207207
/// }
208208
/// );
209209
/// ```
210-
///
210+
/// [`std::ptr::addr_of_mut`]: crate::ptr::addr_of_mut
211211
/// [ub]: ../../reference/behavior-considered-undefined.html
212212
///
213213
/// # Layout

0 commit comments

Comments
 (0)