Remove the 'pub use self::BindingDeclarations::*;' export.

This commit is contained in:
Tetsuharu OHZEKI 2014-05-01 18:38:58 +09:00
parent 14063b242e
commit 78856c87a4
98 changed files with 103 additions and 104 deletions

View file

@ -44,7 +44,6 @@ pub mod dom {
pub mod proxyhandler;
pub mod trace;
pub mod codegen {
pub use self::BindingDeclarations::*;
pub mod InterfaceTypes;
pub mod InheritTypes;
pub mod PrototypeList;