]> git.lizzy.rs Git - rust.git/commitdiff
fix link
authorRalf Jung <post@ralfj.de>
Sat, 23 Feb 2019 15:20:00 +0000 (16:20 +0100)
committerRalf Jung <post@ralfj.de>
Sat, 23 Feb 2019 15:20:00 +0000 (16:20 +0100)
src/libcore/mem.rs

index b354815a3a1422c5579efec3b666af86e569f0ee..30fa904101d277646040c5c3064e290f37905c52 100644 (file)
@@ -1327,6 +1327,8 @@ pub unsafe fn into_initialized(self) -> T {
     /// calling `read_initialized` and then [`into_initialized`]), it is your responsibility
     /// to ensure that that data may indeed be duplicated.
     ///
+    /// [`into_initialized`]: #method.into_initialized
+    ///
     /// # Examples
     ///
     /// Correct usage of this method: