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.
1 parent 0f14bea commit 7c3ebecCopy full SHA for 7c3ebec
library/core/src/char/convert.rs
@@ -6,8 +6,6 @@ use crate::fmt;
6
use crate::mem::transmute;
7
use crate::str::FromStr;
8
9
-use super::MAX;
10
-
11
/// Converts a `u32` to a `char`.
12
///
13
/// Note that all [`char`]s are valid [`u32`]s, and can be cast to one with
0 commit comments