diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-07-21 20:23:02 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-07-21 20:23:02 +0100 |
commit | 3670ee6f1fc5066101cc5a357443494552ea37f2 (patch) | |
tree | 3fa174faace875c0f8bb83cb4f1668f46141948c /src/components/script/script.rs | |
parent | f07d999463fd80ec55cef9e673a1dc08954b6d74 (diff) | |
parent | b84065f5749b42792c4c7b890be23e81651beab5 (diff) | |
download | servo-3670ee6f1fc5066101cc5a357443494552ea37f2.tar.gz servo-3670ee6f1fc5066101cc5a357443494552ea37f2.zip |
Merge pull request #2875 from SimonSapin/rust-url
Start dogfooding rust-url
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index 54f6f0db30f..9e852930744 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -40,7 +40,7 @@ extern crate servo_util = "util"; extern crate style; extern crate sync; extern crate servo_msg = "msg"; -extern crate url; +extern crate url = "url_"; pub mod dom { pub mod bindings { |