Deprecate the std_unicode crate

This commit is contained in:
Simon Sapin 2018-04-05 17:20:08 +02:00
parent 5807be7ccb
commit b2027ef17c
16 changed files with 13 additions and 20 deletions

View file

@ -41,7 +41,6 @@ extern crate serialize;
#[macro_use] extern crate syntax;
extern crate syntax_pos;
extern crate test as testing;
extern crate std_unicode;
#[macro_use] extern crate log;
extern crate rustc_errors as errors;
extern crate pulldown_cmark;