Do not glob-export DevtoolScriptControlMsg variants.

This commit is contained in:
Ruud van Asseldonk 2015-02-13 13:35:31 +01:00
parent 1452614e28
commit 6ff3a5a3c1
5 changed files with 20 additions and 18 deletions

View file

@ -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};