mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +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
|
@ -23,7 +23,7 @@ use parse::Parser;
|
|||
use encoding::all::UTF_8;
|
||||
use encoding::types::{Encoding, DecoderTrap};
|
||||
|
||||
use servo_net::resource_task::{ProgressMsg, LoadResponse};
|
||||
use net::resource_task::{ProgressMsg, LoadResponse};
|
||||
use util::task_state;
|
||||
use util::task_state::IN_HTML_PARSER;
|
||||
use std::ascii::AsciiExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue