Start dogfooding rust-url. Fix #1673.

This commit is contained in:
Simon Sapin 2014-07-16 00:01:47 +01:00
parent 71a869284e
commit dc49f4fda6
28 changed files with 101 additions and 223 deletions

View file

@ -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 {