mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
13894 Use Unicode Segmentation's graphemes
Add test with multi-character grapheme Run cargo update
This commit is contained in:
parent
bfd966f819
commit
06db231f5f
7 changed files with 32 additions and 1 deletions
|
@ -87,6 +87,8 @@ extern crate smallvec;
|
|||
#[macro_use]
|
||||
extern crate style_traits;
|
||||
extern crate time;
|
||||
#[allow(unused_extern_crates)]
|
||||
extern crate unicode_segmentation;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue