Navigation Menu

Skip to content

Commit

Permalink
Fix typo in libcore/intrinsics.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 10, 2019
1 parent 3f435f6 commit 70e8ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libcore/intrinsics.rs
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 70e8ba3

Please sign in to comment.