mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Do not glob-export DevtoolScriptControlMsg variants.
This commit is contained in:
parent
1452614e28
commit
6ff3a5a3c1
5 changed files with 20 additions and 18 deletions
|
@ -20,7 +20,6 @@ extern crate "serialize" as rustc_serialize;
|
|||
extern crate url;
|
||||
extern crate util;
|
||||
|
||||
pub use self::DevtoolScriptControlMsg::*;
|
||||
pub use self::EvaluateJSReply::*;
|
||||
|
||||
use rustc_serialize::{Decodable, Decoder};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue