diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-01-28 02:27:50 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-01-28 02:27:50 -0700 |
commit | d373f8dc26239310dec8d2fd66ed72385548cf6f (patch) | |
tree | 09b45bc1bee59999e61359ef9647f87fa0626579 /components/layout/table.rs | |
parent | 1a2a08aa501dd0da8bcdf362b55acb31093f5c9c (diff) | |
parent | b8fb725af27c1d7d913618e09c4a246b7039f25e (diff) | |
download | servo-d373f8dc26239310dec8d2fd66ed72385548cf6f.tar.gz servo-d373f8dc26239310dec8d2fd66ed72385548cf6f.zip |
auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2ger
Diffstat (limited to 'components/layout/table.rs')
-rw-r--r-- | components/layout/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table.rs b/components/layout/table.rs index a67636a31b8..533d5166dbd 100644 --- a/components/layout/table.rs +++ b/components/layout/table.rs @@ -11,7 +11,7 @@ use block::{ISizeConstraintInput, ISizeConstraintSolution}; use construct::FlowConstructor; use context::LayoutContext; use floats::FloatKind; -use flow::{mod, Flow, FlowClass, IMPACTED_BY_LEFT_FLOATS, IMPACTED_BY_RIGHT_FLOATS}; +use flow::{self, Flow, FlowClass, IMPACTED_BY_LEFT_FLOATS, IMPACTED_BY_RIGHT_FLOATS}; use flow::ImmutableFlowUtils; use fragment::{Fragment, FragmentBorderBoxIterator}; use layout_debug; |