Skip to content

Commit abdeefd

Browse files
committed
Remove deprecated functionality from char.
1 parent 5773bde commit abdeefd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libunicode/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ mod u_str;
5858
/// however the converse is not always true due to the above range limits
5959
/// and, as such, should be performed via the `from_u32` function..
6060
pub mod char {
61-
pub use core::char::{MAX, from_u32};
62-
pub use core::char::{from_digit};
63-
pub use core::char::Char;
61+
pub use core::char::{MAX, from_u32, from_digit, Char};
6462

6563
pub use normalize::{decompose_canonical, decompose_compatible, compose};
6664

0 commit comments

Comments
 (0)