mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Import net as net rather than servo_net.
This commit is contained in:
parent
29d3b872de
commit
a09a912178
30 changed files with 56 additions and 57 deletions
|
@ -24,7 +24,7 @@ extern crate layers;
|
|||
extern crate png;
|
||||
extern crate script;
|
||||
|
||||
extern crate "net" as servo_net;
|
||||
extern crate net;
|
||||
extern crate msg;
|
||||
extern crate util;
|
||||
extern crate style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue