diff options
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 fc61dd1b001..7eb74bd6d42 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -83,6 +83,9 @@ extern crate time; #[allow(unused_extern_crates)] extern crate unicode_segmentation; +#[macro_use] +mod macros; + pub mod animation; #[allow(missing_docs)] // TODO. #[cfg(feature = "servo")] pub mod attr; |