diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-07-20 00:30:37 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-07-20 08:42:47 +0200 |
commit | 6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4 (patch) | |
tree | 7e29d51d99283a5d54f46f3b9ee15819e4ad7810 /components/layout/flex.rs | |
parent | 5c70dfab01ed434c609177d1b3be4a8936f641d6 (diff) | |
download | servo-6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4.tar.gz servo-6d0e48f6cc91a3200911e00f3719d8cb7ff6b0c4.zip |
Remove some type aliases that are now just re-exports.
Diffstat (limited to 'components/layout/flex.rs')
-rw-r--r-- | components/layout/flex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/flex.rs b/components/layout/flex.rs index 7392ccaf542..62ad1073fe2 100644 --- a/components/layout/flex.rs +++ b/components/layout/flex.rs @@ -25,9 +25,9 @@ use script_layout_interface::restyle_damage::{REFLOW, REFLOW_OUT_OF_FLOW}; use std::cmp::max; use std::sync::Arc; use style::computed_values::flex_direction; +use style::context::SharedStyleContext; use style::logical_geometry::LogicalSize; use style::properties::ServoComputedValues; -use style::servo::SharedStyleContext; use style::values::computed::{LengthOrPercentage, LengthOrPercentageOrAuto, LengthOrPercentageOrNone}; /// The size of an axis. May be a specified size, a min/max |