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 35ffff2 commit 1b9e0d3Copy full SHA for 1b9e0d3
core/src/ascii.rs
@@ -15,6 +15,7 @@ use crate::iter::FusedIterator;
15
use crate::num::NonZero;
16
17
mod ascii_char;
18
+#[doc(alias("AsciiChar"))]
19
#[unstable(feature = "ascii_char", issue = "110998")]
20
pub use ascii_char::AsciiChar as Char;
21
0 commit comments