aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
authorJonathan Schuster <jonathan.p.schuster@gmail.com>2016-02-21 13:08:20 -0500
committerJonathan Schuster <jonathan.p.schuster@gmail.com>2016-02-25 21:06:10 -0500
commit205336bf2e604b6283334bed230404f797c8ec19 (patch)
tree3ca07a575031dd8e43f196ce0ed40c96933bb827 /components/layout/inline.rs
parent455ed0ae6d4c82fd38762a92f0dd6697bd3b2b50 (diff)
downloadservo-205336bf2e604b6283334bed230404f797c8ec19.tar.gz
servo-205336bf2e604b6283334bed230404f797c8ec19.zip
Move util::range into its own crate
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index 3e3e6506cb7..bac7f3e07b9 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -21,6 +21,7 @@ use gfx::font_context::FontContext;
use incremental::{BUBBLE_ISIZES, REFLOW, REFLOW_OUT_OF_FLOW, REPAINT, RESOLVE_GENERATED_CONTENT};
use layout_debug;
use model::IntrinsicISizesContribution;
+use range::{Range, RangeIndex};
use std::cmp::max;
use std::collections::VecDeque;
use std::sync::Arc;
@@ -34,7 +35,6 @@ use text;
use unicode_bidi;
use util;
use util::print_tree::PrintTree;
-use util::range::{Range, RangeIndex};
use wrapper::PseudoElementType;
// From gfxFontConstants.h in Firefox