Skip to content

Commit 58764bc

Browse files
committed
std: Display primitive documentation for char
This ended up just being a forgotten attribute on the `char` module in libunicode. Closes #22084
1 parent 0ba9e1f commit 58764bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libunicode/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ mod u_str;
6262
/// however the converse is not always true due to the above range limits
6363
/// and, as such, should be performed via the `from_u32` function..
6464
#[stable(feature = "rust1", since = "1.0.0")]
65+
#[doc(primitive = "char")]
6566
pub mod char {
6667
pub use core::char::{MAX, from_u32, from_digit};
6768

0 commit comments

Comments
 (0)