Skip to content

Commit 544d909

Browse files
committed
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
1 parent 91ede1f commit 544d909

File tree

3 files changed

+5011
-4991
lines changed

3 files changed

+5011
-4991
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pub mod container;
6161

6262
/* Core types and methods on primitives */
6363

64+
mod unicode;
6465
mod unit;
6566
pub mod any;
6667
pub mod bool;

0 commit comments

Comments
 (0)