about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-04-05 17:20:08 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-04-12 00:13:51 +0200
commitb2027ef17c03e47a4d716d8ea8148ed785934b04 (patch)
treed70cfc5e32ec8e61f8a612c7c6b4f3e54c044a7b /src/libstd
parent5807be7ccb2c14df9db87a54038221bbf5ae00fa (diff)
downloadrust-b2027ef17c03e47a4d716d8ea8148ed785934b04.tar.gz
rust-b2027ef17c03e47a4d716d8ea8148ed785934b04.zip
Deprecate the std_unicode crate
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 672723341eb..16bca9ddcd3 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -354,7 +354,6 @@ extern crate core as __core;
 #[macro_reexport(vec, format)]
 extern crate alloc;
 extern crate alloc_system;
-extern crate std_unicode;
 #[doc(masked)]
 extern crate libc;
 
@@ -455,7 +454,7 @@ pub use alloc::string;
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use alloc::vec;
 #[stable(feature = "rust1", since = "1.0.0")]
-pub use std_unicode::char;
+pub use core::unicode::char;
 #[stable(feature = "i128", since = "1.26.0")]
 pub use core::u128;