revert changes to unicode stability
This commit is contained in:
parent
e7fe5456c5
commit
d68cb1f9a3
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
#[test]
|
||||
pub fn version() {
|
||||
let (major, _minor, _update) = core::unicode::UNICODE_VERSION;
|
||||
let (major, _minor, _update) = core::char::UNICODE_VERSION;
|
||||
assert!(major >= 10);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue