Skip to content

Commit 3d1c1ad

Browse files
committed
Auto merge of #22114 - alexcrichton:issue-22084, r=steveklabnik
This ended up just being a forgotten attribute on the `char` module in libunicode. Closes #22084
2 parents df54632 + 58764bc commit 3d1c1ad

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)