Skip to content

Commit e27d66a

Browse files
committed
Fix link to copy_nonoverlapping
This unblocks updating upstream.
1 parent e4042e6 commit e27d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unchecked-uninit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ it around at all, be sure to be *really* careful.
9494
[`ptr`]: ../std/ptr/index.html
9595
[`write`]: ../std/ptr/fn.write.html
9696
[`copy`]: ../std/ptr/fn.copy.html
97-
[`copy_nonoverlapping`]: ../std/ptr/fn/copy_nonoverlapping.html
97+
[`copy_nonoverlapping`]: ../std/ptr/fn.copy_nonoverlapping.html
9898
[`MaybeUninit`]: ../std/mem/union.MaybeUninit.html

0 commit comments

Comments
 (0)