Skip to content

Commit

Permalink
Update the stabilisation version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Wollersberger committed Jan 9, 2021
1 parent 7438f43 commit e8cb72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/char/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl From<char> for u32 {
}
}

#[stable(feature = "more_char_conversions", since = "1.50.0")]
#[stable(feature = "more_char_conversions", since = "1.51.0")]
impl From<char> for u64 {
/// Converts a [`char`] into a [`u64`].
///
Expand All @@ -133,7 +133,7 @@ impl From<char> for u64 {
}
}

#[stable(feature = "more_char_conversions", since = "1.50.0")]
#[stable(feature = "more_char_conversions", since = "1.51.0")]
impl From<char> for u128 {
/// Converts a [`char`] into a [`u128`].
///
Expand Down

0 comments on commit e8cb72c

Please sign in to comment.