mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move util::str to style
This commit is contained in:
parent
744b94346a
commit
8ecb5962f3
25 changed files with 23 additions and 28 deletions
|
@ -11,8 +11,8 @@ use std::cell::Cell;
|
|||
use std::cmp::{Ordering, max};
|
||||
use std::slice::Iter;
|
||||
use std::sync::Arc;
|
||||
use style::str::char_is_whitespace;
|
||||
use text::glyph::{ByteIndex, GlyphStore};
|
||||
use util::str::char_is_whitespace;
|
||||
use webrender_traits;
|
||||
use xi_unicode::LineBreakIterator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue