mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -20,7 +20,7 @@ extern crate layout_traits;
|
|||
extern crate png;
|
||||
extern crate script_traits;
|
||||
extern crate msg;
|
||||
extern crate "net" as servo_net;
|
||||
extern crate net;
|
||||
#[macro_use]
|
||||
extern crate util;
|
||||
extern crate gleam;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue