core: Inherit necessary unicode functionality
The unicode module remains private, but the normalization iterators require an allocation, so some functionality needs to remain in libstd
This commit is contained in:
parent
91ede1f09a
commit
544d909401
@ -61,6 +61,7 @@ pub mod container;
|
||||
|
||||
/* Core types and methods on primitives */
|
||||
|
||||
mod unicode;
|
||||
mod unit;
|
||||
pub mod any;
|
||||
pub mod bool;
|
||||
|
5009
src/libcore/unicode.rs
Normal file
5009
src/libcore/unicode.rs
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user