Confirm demode of unicode.rs
This commit is contained in:
parent
ce4e09b709
commit
2095aee71d
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#[forbid(deprecated_mode)];
|
||||
#[forbid(deprecated_pattern)];
|
||||
|
||||
mod icu {
|
||||
type UBool = u8;
|
||||
|
@ -231,4 +233,4 @@ mod tests {
|
|||
assert (unicode::icu::is_upper('M'));
|
||||
assert (!unicode::icu::is_upper('m'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue