diff options
author | Anshul Malik <malikanshul29@gmail.com> | 2018-09-10 09:56:01 +0530 |
---|---|---|
committer | Anshul Malik <malikanshul29@gmail.com> | 2018-09-10 09:56:01 +0530 |
commit | ce9231c4716fedeff80bccc4b64b34dd252ac1a6 (patch) | |
tree | acf5ff116dd37e9bf6fc4b41587d1411d09bd08d /components/profile_traits/lib.rs | |
parent | 6cb39fad473e21a760720a8b4c2c208b5baace7a (diff) | |
download | servo-ce9231c4716fedeff80bccc4b64b34dd252ac1a6.tar.gz servo-ce9231c4716fedeff80bccc4b64b34dd252ac1a6.zip |
format components/profile_traits
Diffstat (limited to 'components/profile_traits/lib.rs')
-rw-r--r-- | components/profile_traits/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/profile_traits/lib.rs b/components/profile_traits/lib.rs index 029e59a3241..e70d0b7ac40 100644 --- a/components/profile_traits/lib.rs +++ b/components/profile_traits/lib.rs @@ -12,7 +12,8 @@ extern crate bincode; extern crate ipc_channel; #[macro_use] extern crate log; -#[macro_use] extern crate serde; +#[macro_use] +extern crate serde; extern crate servo_config; extern crate signpost; |