Skip to content

Commit

Permalink
Rollup merge of rust-lang#62557 - taiki-e:typo, r=Centril
Browse files Browse the repository at this point in the history
Fix typo in libcore/intrinsics.rs
  • Loading branch information
Centril authored Jul 11, 2019
2 parents 03c26f9 + 70e8ba3 commit f9034ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libcore/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,8 @@ extern "rust-intrinsic" {
they should be used through stabilized interfaces \
in the rest of the standard library",
issue = "0")]
#[rustc_deprecated(reason = "no longer used by rustc, will be removed - use MaybeUnint instead",
#[rustc_deprecated(reason = "no longer used by rustc, will be removed - use MaybeUninit \
instead",
since = "1.38.0")]
pub fn init<T>() -> T;

Expand Down

0 comments on commit f9034ce

Please sign in to comment.