mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix missing import in layout/inline.rs
This commit is contained in:
parent
9ed67b31df
commit
8729ea5791
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
use au = gfx::geometry;
|
||||
use core::dlist::DList;
|
||||
use core::dvec::DVec;
|
||||
use css::values::{BoxAuto, BoxLength, Px};
|
||||
use dl = gfx::display_list;
|
||||
use dom::rcu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue