mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Re-export devtools enums.
This commit is contained in:
parent
986d2b822c
commit
fb595d8202
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
|
|
||||||
#![allow(non_snake_case)]
|
#![allow(non_snake_case)]
|
||||||
|
#![feature(globs)]
|
||||||
|
|
||||||
extern crate "msg" as servo_msg;
|
extern crate "msg" as servo_msg;
|
||||||
extern crate serialize;
|
extern crate serialize;
|
||||||
|
@ -16,6 +17,10 @@ extern crate "util" as servo_util;
|
||||||
/// The traits are here instead of in script so that the devtools crate can be
|
/// The traits are here instead of in script so that the devtools crate can be
|
||||||
/// modified independently of the rest of Servo.
|
/// modified independently of the rest of Servo.
|
||||||
|
|
||||||
|
pub use self::DevtoolsControlMsg::*;
|
||||||
|
pub use self::DevtoolScriptControlMsg::*;
|
||||||
|
pub use self::EvaluateJSReply::*;
|
||||||
|
|
||||||
use serialize::{Decodable, Decoder};
|
use serialize::{Decodable, Decoder};
|
||||||
use servo_msg::constellation_msg::PipelineId;
|
use servo_msg::constellation_msg::PipelineId;
|
||||||
use servo_util::str::DOMString;
|
use servo_util::str::DOMString;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue