Skip to content

Commit

Permalink
fix links for copy, copy_nonoverlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 17, 2019
1 parent 3600533 commit fdcf179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unchecked-uninit.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ it around at all, be sure to be *really* careful.
[assume_init]: ../core/mem/union.MaybeUninit.html#method.assume_init
[`ptr`]: ../core/ptr/index.html
[`write`]: ../core/ptr/fn.write.html
[`copy`]: ../core/ptr/fn.copy.html
[`copy_nonoverlapping`]: ../core/ptr/fn.copy_nonoverlapping.html
[`copy`]: ../std/ptr/fn.copy.html
[`copy_nonoverlapping`]: ../std/ptr/fn.copy_nonoverlapping.html

0 comments on commit fdcf179

Please sign in to comment.