This commit is contained in:
Mario Carneiro 2022-02-17 22:14:54 -08:00 committed by GitHub
parent 0f14bea448
commit 7c3ebec0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,6 @@ use crate::fmt;
use crate::mem::transmute;
use crate::str::FromStr;
use super::MAX;
/// Converts a `u32` to a `char`.
///
/// Note that all [`char`]s are valid [`u32`]s, and can be cast to one with