Skip to content

Commit 8ce9b86

Browse files
committed
fix link
1 parent ac2284b commit 8ce9b86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/mem.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,8 @@ impl<T> MaybeUninit<T> {
13271327
/// calling `read_initialized` and then [`into_initialized`]), it is your responsibility
13281328
/// to ensure that that data may indeed be duplicated.
13291329
///
1330+
/// [`into_initialized`]: #method.into_initialized
1331+
///
13301332
/// # Examples
13311333
///
13321334
/// Correct usage of this method:

0 commit comments

Comments
 (0)