diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-05-10 21:20:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-10 21:20:50 -0400 |
commit | 887f43b65bacad5490365f14d54bf25af4d3234b (patch) | |
tree | 2c34539b60750aab59c068959cdc6fc8389a90c0 /components/style/lib.rs | |
parent | 81f750afa770f9bf6f2b0fff8052e5ccf047e4ed (diff) | |
parent | db2f6aa8ca1f23f78a497cb7cc960ff99f23ac04 (diff) | |
download | servo-887f43b65bacad5490365f14d54bf25af4d3234b.tar.gz servo-887f43b65bacad5490365f14d54bf25af4d3234b.zip |
Auto merge of #23353 - emilio:gecko-sync, r=emilio
style: Sync changes from mozilla-central.
See each individual commit for details.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23353)
<!-- Reviewable:end -->
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index bd33dbeafe4..4d523d65c4f 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -188,6 +188,9 @@ pub use html5ever::Prefix; #[cfg(feature = "servo")] pub use servo_atoms::Atom; +pub use style_traits::arc_slice::ArcSlice; +pub use style_traits::owned_slice::OwnedSlice; + /// The CSS properties supported by the style system. /// Generated from the properties.mako.rs template by build.rs #[macro_use] |