From aa83e2aa0489c56c2256a0853ebfab442f57061e Mon Sep 17 00:00:00 2001 From: rodrimati1992 Date: Sun, 31 Jan 2021 01:56:53 -0300 Subject: [PATCH] Update maybe_uninit.rs --- library/core/src/mem/maybe_uninit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/mem/maybe_uninit.rs b/library/core/src/mem/maybe_uninit.rs index 3be730a35ce..9452eb83da0 100644 --- a/library/core/src/mem/maybe_uninit.rs +++ b/library/core/src/mem/maybe_uninit.rs @@ -207,7 +207,7 @@ /// } /// ); /// ``` -/// +/// [`std::ptr::addr_of_mut`]: crate::ptr::addr_of_mut /// [ub]: ../../reference/behavior-considered-undefined.html /// /// # Layout -- 2.44.0