1
Fork 0

Remove deprecated functionality from char.

This commit is contained in:
Huon Wilson 2014-12-30 12:04:12 +11:00
parent 5773bdefff
commit abdeefdbcc

View file

@ -58,9 +58,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..
pub mod char {
pub use core::char::{MAX, from_u32};
pub use core::char::{from_digit};
pub use core::char::Char;
pub use core::char::{MAX, from_u32, from_digit, Char};
pub use normalize::{decompose_canonical, decompose_compatible, compose};