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/script/lib.rs | |
parent | 704f7a06b1dbec15abab31ebb2f1893c8d99def0 (diff) | |
download | servo-b977b4994c678ce1d9bca69be72d095522c25f71.tar.gz servo-b977b4994c678ce1d9bca69be72d095522c25f71.zip |
add servo_channel crate
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 416eaec06f7..6f4ec73272a 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -84,6 +84,7 @@ extern crate serde_bytes; extern crate servo_allocator; extern crate servo_arc; #[macro_use] extern crate servo_atoms; +#[macro_use] extern crate servo_channel; extern crate servo_config; extern crate servo_geometry; extern crate servo_media; |