mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -15,7 +15,7 @@
|
|||
#![allow(missing_copy_implementations)]
|
||||
#![allow(unstable)]
|
||||
|
||||
extern crate "msg" as servo_msg;
|
||||
extern crate msg;
|
||||
extern crate serialize;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
@ -25,7 +25,7 @@ pub use self::DevtoolScriptControlMsg::*;
|
|||
pub use self::EvaluateJSReply::*;
|
||||
|
||||
use serialize::{Decodable, Decoder};
|
||||
use servo_msg::constellation_msg::PipelineId;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use util::str::DOMString;
|
||||
use url::Url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue