about summary refs log tree commit diff
path: root/src/libcore
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/libcore
parent0eae43e4d00ca6697da59b84c7cdf1c8ea83ea00 (diff)
parent274777a1588660b11a278ef52366743d82eb63ab (diff)
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/libcore')
-rw-r--r--src/libcore/char.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/char.rs b/src/libcore/char.rs
index 966481e7b32..7f3ac13bac1 100644
--- a/src/libcore/char.rs
+++ b/src/libcore/char.rs
@@ -10,7 +10,7 @@
 
 //! Character manipulation.
 //!
-//! For more details, see ::rustc_unicode::char (a.k.a. std::char)
+//! For more details, see ::std_unicode::char (a.k.a. std::char)
 
 #![allow(non_snake_case)]
 #![stable(feature = "core_char", since = "1.2.0")]