1
Fork 0

Rename 'librustc_unicode' crate to 'libstd_unicode'.

Fixes #26554.
This commit is contained in:
Corey Farwell 2016-11-29 14:38:08 -05:00 committed by Corey Farwell
parent f50dbd580f
commit 274777a158
26 changed files with 44 additions and 44 deletions

View file

@ -47,7 +47,7 @@ extern crate serialize;
#[macro_use] extern crate syntax;
extern crate syntax_pos;
extern crate test as testing;
extern crate rustc_unicode;
extern crate std_unicode;
#[macro_use] extern crate log;
extern crate rustc_errors as errors;