diff options
author | Gregory Terzian <gterzian@users.noreply.github.com> | 2018-08-25 02:31:15 +0800 |
---|---|---|
committer | Gregory Terzian <gterzian@users.noreply.github.com> | 2018-09-12 11:25:45 +0800 |
commit | b977b4994c678ce1d9bca69be72d095522c25f71 (patch) | |
tree | 2a9d209d87c33cc28f012968b075beb7236b4011 /components/layout_thread/lib.rs | |
parent | 704f7a06b1dbec15abab31ebb2f1893c8d99def0 (diff) | |
download | servo-b977b4994c678ce1d9bca69be72d095522c25f71.tar.gz servo-b977b4994c678ce1d9bca69be72d095522c25f71.zip |
add servo_channel crate
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index aa520215cd2..a193cab566f 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -44,6 +44,8 @@ extern crate serde_json; extern crate servo_allocator; extern crate servo_arc; extern crate servo_atoms; +#[macro_use] +extern crate servo_channel; extern crate servo_config; extern crate servo_geometry; extern crate servo_url; |