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

@ -43,7 +43,7 @@ extern crate term;
extern crate libc;
#[macro_use] extern crate log;
#[macro_use] #[no_link] extern crate rustc_bitflags;
extern crate rustc_unicode;
extern crate std_unicode;
pub extern crate rustc_errors as errors;
extern crate syntax_pos;
extern crate rustc_data_structures;