mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Start dogfooding rust-url. Fix #1673.
This commit is contained in:
parent
71a869284e
commit
dc49f4fda6
28 changed files with 101 additions and 223 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue