Remove stray dot in std::char::from_u32_unchecked
documentation
This commit is contained in:
parent
d571ae851d
commit
d4e708f1bc
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub const fn from_u32(i: u32) -> Option<char> {
|
||||||
self::convert::from_u32(i)
|
self::convert::from_u32(i)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Converts a `u32` to a `char`, ignoring validity. Use [`char::from_u32_unchecked`].
|
/// Converts a `u32` to a `char`, ignoring validity. Use [`char::from_u32_unchecked`]
|
||||||
/// instead.
|
/// instead.
|
||||||
#[stable(feature = "char_from_unchecked", since = "1.5.0")]
|
#[stable(feature = "char_from_unchecked", since = "1.5.0")]
|
||||||
#[rustc_const_stable(feature = "const_char_from_u32_unchecked", since = "1.81.0")]
|
#[rustc_const_stable(feature = "const_char_from_u32_unchecked", since = "1.81.0")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue