diff options
Diffstat (limited to 'src/components/main/layout/float.rs')
-rw-r--r-- | src/components/main/layout/float.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/float.rs b/src/components/main/layout/float.rs index 2a2758d4aab..64d0c1c5cd3 100644 --- a/src/components/main/layout/float.rs +++ b/src/components/main/layout/float.rs @@ -15,7 +15,7 @@ use geom::rect::Rect; use gfx::display_list::DisplayList; use gfx::geometry::Au; use gfx::geometry; -use servo_util::tree::{TreeNodeRef, TreeUtils}; +use servo_util::tree::TreeNodeRef; pub struct FloatFlowData { /// Data common to all flows. |