]> git.lizzy.rs Git - rust.git/commitdiff
Update src/libcore/mem.rs
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 28 Feb 2019 08:24:35 +0000 (09:24 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Feb 2019 08:24:35 +0000 (09:24 +0100)
Co-Authored-By: RalfJung <post@ralfj.de>
src/libcore/mem.rs

index f78213ba9f672046e69f90d281b6b94405ba2ce3..94f342e7e8efc6a575184b89027e5a7ce28a2a74 100644 (file)
@@ -942,7 +942,7 @@ pub fn discriminant<T>(v: &T) -> Discriminant<T> {
 /// }
 /// ```
 ///
-/// [`mem::zeroed']: fn.zeroed.html
+/// [`mem::zeroed`]: fn.zeroed.html
 #[stable(feature = "manually_drop", since = "1.20.0")]
 #[lang = "manually_drop"]
 #[derive(Copy, Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]