diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-14 19:37:00 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-16 00:50:01 +0100 |
commit | 290694b27ece24dabb4e01f4283294cf350857e9 (patch) | |
tree | 9d8a0db1c06b153135d717a13c0a54093b675884 /components/layout/lib.rs | |
parent | c929dbe2530f979ce6e84d5a25ea47318ff0910e (diff) | |
download | servo-290694b27ece24dabb4e01f4283294cf350857e9.tar.gz servo-290694b27ece24dabb4e01f4283294cf350857e9.zip |
Move util::cursor to style_traits
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 85f70270148..498e91fb206 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -52,6 +52,7 @@ extern crate serde_json; extern crate smallvec; #[macro_use(atom, ns)] extern crate string_cache; extern crate style; +extern crate style_traits; extern crate time; extern crate unicode_bidi; extern crate unicode_script; |