diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-05 17:20:08 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:51 +0200 |
| commit | b2027ef17c03e47a4d716d8ea8148ed785934b04 (patch) | |
| tree | d70cfc5e32ec8e61f8a612c7c6b4f3e54c044a7b /src/liballoc/lib.rs | |
| parent | 5807be7ccb2c14df9db87a54038221bbf5ae00fa (diff) | |
| download | rust-b2027ef17c03e47a4d716d8ea8148ed785934b04.tar.gz rust-b2027ef17c03e47a4d716d8ea8148ed785934b04.zip | |
Deprecate the std_unicode crate
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index b08bd66b47c..d1a91ab4a9c 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -135,8 +135,6 @@ extern crate test; #[cfg(test)] extern crate rand; -extern crate std_unicode; - // Module with internal macros used by other modules (needs to be included before other modules). #[macro_use] mod macros; |
