We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df54632 + 58764bc commit 3d1c1adCopy full SHA for 3d1c1ad
src/libunicode/lib.rs
@@ -62,6 +62,7 @@ mod u_str;
62
/// however the converse is not always true due to the above range limits
63
/// and, as such, should be performed via the `from_u32` function.
64
#[stable(feature = "rust1", since = "1.0.0")]
65
+#[doc(primitive = "char")]
66
pub mod char {
67
pub use core::char::{MAX, from_u32, from_digit};
68
0 commit comments