This commit is contained in:
Mario Carneiro
2022-02-17 22:14:54 -08:00
committed by GitHub
parent 0f14bea448
commit 7c3ebec0ca
-2
View File
@@ -6,8 +6,6 @@
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