diff options
author | Paul Rouget <me@paulrouget.com> | 2018-02-07 14:31:57 +0100 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2018-02-13 09:40:06 +0100 |
commit | da349ee8a951c76b62ddc3ee77a46ad63ad9bcaf (patch) | |
tree | fd81b9b9d4a1af20d1db59a2d04022059a09aab3 /components/script/lib.rs | |
parent | e7c754fb64bf200cf64f7c7c4104f8489d117965 (diff) | |
download | servo-da349ee8a951c76b62ddc3ee77a46ad63ad9bcaf.tar.gz servo-da349ee8a951c76b62ddc3ee77a46ad63ad9bcaf.zip |
remove mozbrowser code
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index a871b320758..e28bf016e55 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -70,7 +70,6 @@ extern crate msg; extern crate net_traits; extern crate num_traits; extern crate offscreen_gl_context; -extern crate open; extern crate parking_lot; extern crate phf; #[macro_use] |