Skip to content

Commit 4374786

Browse files
authored
Merge pull request #165 from RalfJung/linkfix
fix links for copy, copy_nonoverlapping
2 parents 3600533 + fdcf179 commit 4374786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unchecked-uninit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ it around at all, be sure to be *really* careful.
152152
[assume_init]: ../core/mem/union.MaybeUninit.html#method.assume_init
153153
[`ptr`]: ../core/ptr/index.html
154154
[`write`]: ../core/ptr/fn.write.html
155-
[`copy`]: ../core/ptr/fn.copy.html
156-
[`copy_nonoverlapping`]: ../core/ptr/fn.copy_nonoverlapping.html
155+
[`copy`]: ../std/ptr/fn.copy.html
156+
[`copy_nonoverlapping`]: ../std/ptr/fn.copy_nonoverlapping.html

0 commit comments

Comments
 (0)