1
Fork 0

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

@ -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;