rust/library/core/src/char
Matthias Krüger c03bf54dd1
Rollup merge of #93392 - GKFX:char-docs, r=scottmcm
Clarify documentation on char::MAX

As mentioned in https://github.com/rust-lang/rust/issues/91836#issuecomment-994106874, the documentation on `char::MAX` is not quite correct – USVs are not "only ones within a certain range", they are code points _outside_ a certain range. I have corrected this and given the actual numbers as there is no reason to hide them.
2022-01-31 06:58:32 +01:00
..
convert.rs Implement TryFrom<char> for u8 2022-01-07 12:28:47 -08:00
decode.rs Fix an edge case in chat::DecodeUtf16::size_hint 2022-01-30 15:32:21 +03:00
methods.rs (#93392) Update char::MAX docs and core::char::MAX 2022-01-30 23:10:24 +00:00
mod.rs (#93392) Update char::MAX docs and core::char::MAX 2022-01-30 23:10:24 +00:00