aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
authorCullen Rhodes <rhodes.cullen@gmail.com>2016-05-22 16:32:18 +0100
committerCullen Rhodes <rhodes.cullen@gmail.com>2016-05-27 10:18:44 +0100
commit40acd24e8fef2a3c46ecdb21b4be1363d48e8ec4 (patch)
treea7786b1554ccc97240fdde367fe0ed5455c4c59f /components/layout/inline.rs
parent4dcb05ca4f521b2c5eb12000678be035465e092b (diff)
downloadservo-40acd24e8fef2a3c46ecdb21b4be1363d48e8ec4.tar.gz
servo-40acd24e8fef2a3c46ecdb21b4be1363d48e8ec4.zip
Report use statements that use {} with only one entry
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index 6db570eb6eb..4615b728335 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -11,12 +11,12 @@ use display_list_builder::DisplayListBuildState;
use display_list_builder::{FragmentDisplayListBuilding, InlineFlowDisplayListBuilding};
use euclid::{Point2D, Size2D};
use floats::{FloatKind, Floats, PlacementInfo};
+use flow::OpaqueFlow;
use flow::{CONTAINS_TEXT_OR_REPLACED_FRAGMENTS, EarlyAbsolutePositionInfo, MutableFlowUtils};
-use flow::{OpaqueFlow};
use flow::{self, BaseFlow, Flow, FlowClass, ForceNonfloatedFlag, IS_ABSOLUTELY_POSITIONED};
use flow_ref;
+use fragment::SpecificFragmentInfo;
use fragment::{CoordinateSystem, Fragment, FragmentBorderBoxIterator, Overflow};
-use fragment::{SpecificFragmentInfo};
use gfx::display_list::{OpaqueNode, StackingContext, StackingContextId};
use gfx::font::FontMetrics;
use gfx::font_context::FontContext;