Update the stabilisation version.
This commit is contained in:
parent
7438f43b7c
commit
e8cb72c503
@ -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`].
|
||||
///
|
||||
@ -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`].
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user