aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/html.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-02-10 12:16:11 +0100
committerMs2ger <ms2ger@gmail.com>2015-02-10 12:55:24 +0100
commita09a91217846339c5834162415df07df646e3eb1 (patch)
tree5ae3c6ded501422584e9f218e32b149140186a16 /components/script/parse/html.rs
parent29d3b872de4abb693b75e71fc0b987c52b0fd1f6 (diff)
downloadservo-a09a91217846339c5834162415df07df646e3eb1.tar.gz
servo-a09a91217846339c5834162415df07df646e3eb1.zip
Import net as net rather than servo_net.
Diffstat (limited to 'components/script/parse/html.rs')
-rw-r--r--components/script/parse/html.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/parse/html.rs b/components/script/parse/html.rs
index d846f0bc792..387d031ff6c 100644
--- a/components/script/parse/html.rs
+++ b/components/script/parse/html.rs
@@ -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;