We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
char
1 parent 5773bde commit abdeefdCopy full SHA for abdeefd
src/libunicode/lib.rs
@@ -58,9 +58,7 @@ mod u_str;
58
/// however the converse is not always true due to the above range limits
59
/// and, as such, should be performed via the `from_u32` function..
60
pub mod char {
61
- pub use core::char::{MAX, from_u32};
62
- pub use core::char::{from_digit};
63
- pub use core::char::Char;
+ pub use core::char::{MAX, from_u32, from_digit, Char};
64
65
pub use normalize::{decompose_canonical, decompose_compatible, compose};
66
0 commit comments