1
Fork 0

Confirm demode of unicode.rs

This commit is contained in:
Kevin Cantu 2012-08-31 15:05:39 -07:00
parent ce4e09b709
commit 2095aee71d

View file

@ -1,3 +1,5 @@
#[forbid(deprecated_mode)];
#[forbid(deprecated_pattern)];
mod icu {
type UBool = u8;