diff options
| -rw-r--r-- | src/libunicode/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs index 0ac569b9c8e..a8fe7e8bd13 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}; |
