Merge pull request #134 from ehuss/fix-copy_nonoverlapping

Fix link to copy_nonoverlapping
pull/101/head
Alexis Beingessner 6 years ago committed by GitHub
commit fb29b147be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save