File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ fst = "0.4"
17
17
rand = { version = " 0.8" , features = [" small_rng" ] }
18
18
roaring = " 0.10"
19
19
ucd-trie = { version = " 0.1" , default-features = false }
20
- unicode-xid = " 0.2.4 "
20
+ unicode-xid = " 0.2.6 "
21
21
22
22
[[bench ]]
23
23
name = " xid"
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ fn compare_all_implementations() {
18
18
let thought_to_be_continue = unicode_ident:: is_xid_continue ( ch) ;
19
19
20
20
// unicode-xid
21
- // FIXME: unicode-xid does not support Unicode 16.0.0 yet.
22
- /*
23
21
assert_eq ! (
24
22
thought_to_be_start,
25
23
unicode_xid:: UnicodeXID :: is_xid_start( ch) ,
@@ -30,7 +28,6 @@ fn compare_all_implementations() {
30
28
unicode_xid:: UnicodeXID :: is_xid_continue( ch) ,
31
29
"{ch:?}" ,
32
30
) ;
33
- */
34
31
35
32
// ucd-trie
36
33
assert_eq ! (
You can’t perform that action at this time.
0 commit comments