aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/lib.rs
diff options
context:
space:
mode:
authorAnshul Malik <malikanshul29@gmail.com>2018-09-10 09:56:01 +0530
committerAnshul Malik <malikanshul29@gmail.com>2018-09-10 09:56:01 +0530
commitce9231c4716fedeff80bccc4b64b34dd252ac1a6 (patch)
treeacf5ff116dd37e9bf6fc4b41587d1411d09bd08d /components/profile_traits/lib.rs
parent6cb39fad473e21a760720a8b4c2c208b5baace7a (diff)
downloadservo-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.rs3
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;