From e27d66a4720f13f7ac9966d9b6cf5a5a3bd88473 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 22 Apr 2019 13:12:23 -0700 Subject: [PATCH] Fix link to copy_nonoverlapping This unblocks updating upstream. --- src/unchecked-uninit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unchecked-uninit.md b/src/unchecked-uninit.md index 9867523..d094189 100644 --- a/src/unchecked-uninit.md +++ b/src/unchecked-uninit.md @@ -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