Skip to content

Commit aa83e2a

Browse files
Update maybe_uninit.rs
1 parent 0974026 commit aa83e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/mem/maybe_uninit.rs

+1-1
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)