diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index c0c5633ca24..ce47eb72620 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -14,7 +14,8 @@ extern crate fnv; extern crate fxhash; extern crate gfx; extern crate gfx_traits; -#[macro_use] extern crate html5ever; +#[macro_use] +extern crate html5ever; extern crate ipc_channel; extern crate libc; #[macro_use] @@ -30,7 +31,8 @@ extern crate range; extern crate rayon; extern crate script_layout_interface; extern crate script_traits; -#[macro_use] extern crate serde; +#[macro_use] +extern crate serde; extern crate serde_json; extern crate servo_arc; extern crate servo_atoms; |