Skip to content

Commit

Permalink
Merge pull request #134 from ehuss/fix-copy_nonoverlapping
Browse files Browse the repository at this point in the history
Fix link to copy_nonoverlapping
  • Loading branch information
Gankra authored Apr 22, 2019
2 parents e4042e6 + e27d66a commit fb29b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unchecked-uninit.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ it around at all, be sure to be *really* careful.
[`ptr`]: ../std/ptr/index.html
[`write`]: ../std/ptr/fn.write.html
[`copy`]: ../std/ptr/fn.copy.html
[`copy_nonoverlapping`]: ../std/ptr/fn/copy_nonoverlapping.html
[`copy_nonoverlapping`]: ../std/ptr/fn.copy_nonoverlapping.html
[`MaybeUninit`]: ../std/mem/union.MaybeUninit.html

0 comments on commit fb29b14

Please sign in to comment.