diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-01-28 21:46:51 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-01-30 15:08:29 +0100 |
commit | d13d36f57f4da7d51bfce0bcefc0d52fdacfb693 (patch) | |
tree | b3abfe85110129dcc762591aef6dc8b24b167081 /components/layout/inline.rs | |
parent | 493a9e6a89d1f70374cfd27052819d61be305ba0 (diff) | |
download | servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.tar.gz servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.zip |
End the libstyle 'pub use' madness.
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r-- | components/layout/inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs index c864b56e111..b90d2f71f93 100644 --- a/components/layout/inline.rs +++ b/components/layout/inline.rs @@ -36,7 +36,7 @@ use std::ops::{Add, Sub, Mul, Div, Rem, Neg, Shl, Shr, Not, BitOr, BitAnd, BitXo use std::u16; use style::computed_values::{overflow, text_align, text_justify, text_overflow, vertical_align}; use style::computed_values::{white_space}; -use style::ComputedValues; +use style::properties::ComputedValues; use std::sync::Arc; // From gfxFontConstants.h in Firefox |