Skip to content

Commit

Permalink
Update src/libcore/mem.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: RalfJung <post@ralfj.de>
  • Loading branch information
Centril and RalfJung committed Feb 28, 2019
1 parent f92c204 commit 0c1a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 0c1a38c

Please sign in to comment.