diff options
| author | bors <bors@rust-lang.org> | 2016-12-12 13:19:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-12-12 13:19:33 +0000 |
| commit | b4b1e5ece21fb497877350c3d6defa143c88076c (patch) | |
| tree | ea9fb5fbf9239b9e3275f4a13fcfe11ea8bdd191 /src/librustc_errors | |
| parent | 0eae43e4d00ca6697da59b84c7cdf1c8ea83ea00 (diff) | |
| parent | 274777a1588660b11a278ef52366743d82eb63ab (diff) | |
| download | rust-b4b1e5ece21fb497877350c3d6defa143c88076c.tar.gz rust-b4b1e5ece21fb497877350c3d6defa143c88076c.zip | |
Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton
Rename 'librustc_unicode' crate to 'libstd_unicode'. Fixes https://github.com/rust-lang/rust/issues/26554.
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index d7c15f550e0..09a0c7f9be4 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -31,7 +31,7 @@ extern crate term; extern crate log; #[macro_use] extern crate libc; -extern crate rustc_unicode; +extern crate std_unicode; extern crate serialize as rustc_serialize; // used by deriving extern crate syntax_pos; |
