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

@@ -32,9 +32,9 @@
extern crate rustc_cratesio_shim;
#[macro_use] extern crate bitflags;
extern crate core;
extern crate serialize;
#[macro_use] extern crate log;
extern crate std_unicode;
pub extern crate rustc_errors as errors;
extern crate syntax_pos;
extern crate rustc_data_structures;