Skip to content

Commit 0c1a38c

Browse files
CentrilRalfJung
andauthored
Update src/libcore/mem.rs
Co-Authored-By: RalfJung <[email protected]>
1 parent f92c204 commit 0c1a38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ pub fn discriminant<T>(v: &T) -> Discriminant<T> {
942942
/// }
943943
/// ```
944944
///
945-
/// [`mem::zeroed']: fn.zeroed.html
945+
/// [`mem::zeroed`]: fn.zeroed.html
946946
#[stable(feature = "manually_drop", since = "1.20.0")]
947947
#[lang = "manually_drop"]
948948
#[derive(Copy, Clone, Debug, Default, PartialEq, Eq, PartialOrd, Ord, Hash)]

0 commit comments

Comments
 (0)