aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-28 02:27:50 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-28 02:27:50 -0700
commitd373f8dc26239310dec8d2fd66ed72385548cf6f (patch)
tree09b45bc1bee59999e61359ef9647f87fa0626579 /components/layout/construct.rs
parent1a2a08aa501dd0da8bcdf362b55acb31093f5c9c (diff)
parentb8fb725af27c1d7d913618e09c4a246b7039f25e (diff)
downloadservo-d373f8dc26239310dec8d2fd66ed72385548cf6f.tar.gz
servo-d373f8dc26239310dec8d2fd66ed72385548cf6f.zip
auto merge of #4739 : Manishearth/servo/warning-patrol, r=Ms2ger
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r--components/layout/construct.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs
index d67d1e44753..b877d4245f2 100644
--- a/components/layout/construct.rs
+++ b/components/layout/construct.rs
@@ -31,7 +31,7 @@ use fragment::TableColumnFragmentInfo;
use fragment::UnscannedTextFragmentInfo;
use incremental::{RECONSTRUCT_FLOW, RestyleDamage};
use inline::InlineFlow;
-use list_item::{mod, ListItemFlow};
+use list_item::{self, ListItemFlow};
use parallel;
use table_wrapper::TableWrapperFlow;
use table::TableFlow;
@@ -56,7 +56,7 @@ use std::mem;
use std::sync::atomic::Ordering;
use style::computed_values::{caption_side, display, empty_cells, float, list_style_position};
use style::computed_values::{position};
-use style::{mod, ComputedValues};
+use style::{self, ComputedValues};
use std::sync::Arc;
use url::Url;