Import net as net rather than servo_net.

This commit is contained in:
Ms2ger 2015-02-10 12:16:11 +01:00
parent 29d3b872de
commit a09a912178
30 changed files with 56 additions and 57 deletions

View file

@ -22,7 +22,7 @@ extern crate "serialize" as rustc_serialize;
extern crate unicode;
#[no_link] #[plugin]
extern crate "plugins" as servo_plugins;
extern crate "net" as servo_net;
extern crate net;
#[macro_use]
extern crate util;
extern crate msg;