mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Import msg as msg rather than servo_msg.
This commit is contained in:
parent
d1c8ed4359
commit
b2fcc2397e
40 changed files with 93 additions and 94 deletions
|
@ -27,7 +27,7 @@ extern crate style;
|
|||
#[no_link] #[plugin]
|
||||
extern crate "plugins" as servo_plugins;
|
||||
extern crate "net" as servo_net;
|
||||
extern crate "msg" as servo_msg;
|
||||
extern crate msg;
|
||||
#[macro_use]
|
||||
extern crate "util" as servo_util;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue