diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-03-24 10:48:24 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-03-24 11:09:30 +0100 |
commit | a6d22b1a357b649b68d5adb93fce7cd6d87b8d08 (patch) | |
tree | a4274aec6f7e5d2494049cc6a0e438ec7ed4fc50 /components/script/lib.rs | |
parent | 189b0d9094a8448aedd778ae2aac538a3a9e4871 (diff) | |
download | servo-a6d22b1a357b649b68d5adb93fce7cd6d87b8d08.tar.gz servo-a6d22b1a357b649b68d5adb93fce7cd6d87b8d08.zip |
Only pass the protocol in use in to establish a WS connection
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 1b3f9af3540..aa2e2f4baf5 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -98,7 +98,6 @@ extern crate tinyfiledialogs; extern crate url; extern crate uuid; extern crate webrender_traits; -extern crate websocket; extern crate webvr_traits; extern crate xml5ever; |