]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/unicode.rs
Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=GuillaumeGomez
[rust.git] / library / core / tests / unicode.rs
index c28ea859115e13e8d0c10491a39ebbe27e5e0f01..bbace0ef66ca32940e71261745d7fccdd430fcf7 100644 (file)
@@ -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);
 }