aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/lib.rs')
-rw-r--r--components/layout_2020/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout_2020/lib.rs b/components/layout_2020/lib.rs
index 62e1f1b9470..610c5306f53 100644
--- a/components/layout_2020/lib.rs
+++ b/components/layout_2020/lib.rs
@@ -6,6 +6,8 @@
#![feature(exact_size_is_empty)]
#[macro_use]
+extern crate log;
+#[macro_use]
extern crate serde;
pub mod context;