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
This commit is contained in:
bors 2015-02-14 13:08:33 +00:00
commit 3d1c1added

View File

@ -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};