about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-12-12 13:19:33 +0000
committerbors <bors@rust-lang.org>2016-12-12 13:19:33 +0000
commitb4b1e5ece21fb497877350c3d6defa143c88076c (patch)
treeea9fb5fbf9239b9e3275f4a13fcfe11ea8bdd191 /src/librustc_errors
parent0eae43e4d00ca6697da59b84c7cdf1c8ea83ea00 (diff)
parent274777a1588660b11a278ef52366743d82eb63ab (diff)
downloadrust-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.rs2
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;