std: Display primitive documentation for char
This ended up just being a forgotten attribute on the `char` module in libunicode. Closes #22084
This commit is contained in:
parent
0ba9e1fa52
commit
58764bc384
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user