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/script/layout_interface.rs | |
parent | 493a9e6a89d1f70374cfd27052819d61be305ba0 (diff) | |
download | servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.tar.gz servo-d13d36f57f4da7d51bfce0bcefc0d52fdacfb693.zip |
End the libstyle 'pub use' madness.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r-- | components/script/layout_interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index e4c6231b649..4dfa9ac658a 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -16,7 +16,7 @@ use util::geometry::Au; use std::any::Any; use std::sync::mpsc::{channel, Receiver, Sender}; use std::boxed::BoxAny; -use style::Stylesheet; +use style::stylesheets::Stylesheet; use url::Url; pub use dom::node::TrustedNodeAddress; |