aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-05-19 07:49:27 -0500
committerGitHub <noreply@github.com>2017-05-19 07:49:27 -0500
commit61d64daf4c5831e5e4428f76faaea874d8d5f4cd (patch)
treec56147fc2b65f2b9a43dc9f0c94bdebfe5446bc8 /components/style/lib.rs
parent448422c9a4f0cf28b92fd9e1479aa3d013b703f7 (diff)
parent96a23d9b73860fd0bc4fa089de1d4ca074654adc (diff)
downloadservo-61d64daf4c5831e5e4428f76faaea874d8d5f4cd.tar.gz
servo-61d64daf4c5831e5e4428f76faaea874d8d5f4cd.zip
Auto merge of #16931 - nox:font-feature-descriptor, r=emilio
Support font-feature-settings as a @font-face descriptor <!-- 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/16931) <!-- Reviewable:end -->
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs3
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;