Merge pull request #165 from RalfJung/linkfix

fix links for copy, copy_nonoverlapping
pull/168/head
Mazdak Farrokhzad 5 years ago committed by GitHub
commit 4374786f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save