aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2018-04-09 12:12:34 -0700
committerBobby Holley <bobbyholley@gmail.com>2018-04-10 17:33:25 -0700
commitf7ae1a37e3e004e156e5833551c486a7a5f189a0 (patch)
tree1738380a7addc5bc8e93359aa3ed680ba9150ec8 /components/style/lib.rs
parentb292f78363c1832f91a952a39effe0e953016625 (diff)
downloadservo-f7ae1a37e3e004e156e5833551c486a7a5f189a0.tar.gz
servo-f7ae1a37e3e004e156e5833551c486a7a5f189a0.zip
Manual fixups so that the rustfmt output won't trigger tidy.
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 49acbe35f13..2f4cb786d24 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -39,9 +39,9 @@ extern crate fallible;
extern crate fnv;
#[cfg(feature = "gecko")] #[macro_use] pub mod gecko_string_cache;
extern crate hashglobe;
+#[cfg(feature = "servo")] #[macro_use] extern crate html5ever;
extern crate itertools;
extern crate itoa;
-#[cfg(feature = "servo")] #[macro_use] extern crate html5ever;
#[macro_use]
extern crate lazy_static;
#[macro_use]