mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -10,7 +10,7 @@ extern crate libc;
|
|||
extern crate servo;
|
||||
extern crate time;
|
||||
extern crate util;
|
||||
extern crate "net" as servo_net;
|
||||
extern crate net;
|
||||
|
||||
#[cfg(not(test))]
|
||||
extern crate "glutin_app" as app;
|
||||
|
@ -29,7 +29,7 @@ use libc::c_int;
|
|||
use util::opts;
|
||||
|
||||
#[cfg(not(test))]
|
||||
use servo_net::resource_task;
|
||||
use net::resource_task;
|
||||
|
||||
#[cfg(not(test))]
|
||||
use servo::Browser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue