diff options
author | Xidorn Quan <me@upsuper.org> | 2017-06-08 10:42:31 +1000 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-06-08 12:59:26 +1000 |
commit | c62935577a36ea98c9d625747cc3e4387ee9941e (patch) | |
tree | 4e716caa58a6ff080eff1007554ba6ca1ee50f94 /components/layout/lib.rs | |
parent | 742c45f8599272fd77cd342ca81621daa76366b6 (diff) | |
download | servo-c62935577a36ea98c9d625747cc3e4387ee9941e.tar.gz servo-c62935577a36ea98c9d625747cc3e4387ee9941e.zip |
Add separate computed Color value.
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 65923c10554..ca85d83e9d1 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,7 +16,6 @@ extern crate atomic_refcell; extern crate bitflags; extern crate canvas_traits; extern crate core; -extern crate cssparser; extern crate euclid; extern crate fnv; extern crate gfx; |