Skip to content

Commit

Permalink
std: Display primitive documentation for char
Browse files Browse the repository at this point in the history
This ended up just being a forgotten attribute on the `char` module in
libunicode.

Closes #22084
  • Loading branch information
alexcrichton committed Feb 9, 2015
1 parent 0ba9e1f commit 58764bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libunicode/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit 58764bc

Please sign in to comment.