8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60f37e4 + 77cf0ba commit 759399bCopy full SHA for 759399b
core/src/char/mod.rs
@@ -122,7 +122,7 @@ pub const fn from_u32(i: u32) -> Option<char> {
122
self::convert::from_u32(i)
123
}
124
125
-/// 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`]
126
/// instead.
127
#[stable(feature = "char_from_unchecked", since = "1.5.0")]
128
#[rustc_const_stable(feature = "const_char_from_u32_unchecked", since = "1.81.0")]
0 commit comments