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

@ -26,7 +26,7 @@ extern crate style;
#[macro_use]
#[no_link] #[plugin]
extern crate "plugins" as servo_plugins;
extern crate "net" as servo_net;
extern crate net;
extern crate msg;
#[macro_use]
extern crate "util" as servo_util;