diff options
Diffstat (limited to 'components/style_traits/lib.rs')
-rw-r--r-- | components/style_traits/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style_traits/lib.rs b/components/style_traits/lib.rs index bce0a507f75..d4a907fa956 100644 --- a/components/style_traits/lib.rs +++ b/components/style_traits/lib.rs @@ -84,11 +84,13 @@ pub enum CSSPixel {} // / hidpi_ratio => DeviceIndependentPixel // / desktop_zoom => CSSPixel +pub mod arc_slice; pub mod specified_value_info; #[macro_use] pub mod values; #[macro_use] pub mod viewport; +pub mod owned_slice; pub use crate::specified_value_info::{CssType, KeywordsCollectFn, SpecifiedValueInfo}; pub use crate::values::{ |