diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs index 0ac569b9c8ea3..a8fe7e8bd13ba 100644 --- a/src/libunicode/lib.rs +++ b/src/libunicode/lib.rs @@ -62,6 +62,7 @@ mod u_str; /// however the converse is not always true due to the above range limits /// and, as such, should be performed via the `from_u32` function. #[stable(feature = "rust1", since = "1.0.0")] +#[doc(primitive = "char")] pub mod char { pub use core::char::{MAX, from_u32, from_digit};