From 38b9a76bc8b59ac862663807fc51c9b757337fd6 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sun, 18 Aug 2019 13:28:10 +0700 Subject: [PATCH] Fix transmute_copy link --- src/transmutes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transmutes.md b/src/transmutes.md index bc056bd..9d47412 100644 --- a/src/transmutes.md +++ b/src/transmutes.md @@ -36,4 +36,4 @@ pointer casts. [unbounded lifetime]: unbounded-lifetimes.html [transmute]: ../std/mem/fn.transmute.html -[transmute_copy]: ../std/mem/fn.transmute.html +[transmute_copy]: ../std/mem/fn.transmute_copy.html