Do not glob-export DevtoolsControlMsg variants.

This commit is contained in:
Ruud van Asseldonk 2015-02-13 13:15:14 +01:00
parent 66f4faf44f
commit 1452614e28
5 changed files with 15 additions and 14 deletions

View file

@ -20,7 +20,6 @@ extern crate "serialize" as rustc_serialize;
extern crate url;
extern crate util;
pub use self::DevtoolsControlMsg::*;
pub use self::DevtoolScriptControlMsg::*;
pub use self::EvaluateJSReply::*;