mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Get rid of servo_util
This commit is contained in:
parent
19686acdec
commit
559ff68b31
25 changed files with 68 additions and 68 deletions
|
@ -14,7 +14,7 @@ use layout_debug;
|
|||
use wrapper::ThreadSafeLayoutNode;
|
||||
|
||||
use geom::{Point2D, Rect};
|
||||
use servo_util::geometry::{Au, ZERO_RECT};
|
||||
use util::geometry::{Au, ZERO_RECT};
|
||||
use std::cmp::max;
|
||||
use std::fmt;
|
||||
use style::values::computed::LengthOrPercentageOrAuto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue