mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove the 'pub use self::BindingDeclarations::*;' export.
This commit is contained in:
parent
14063b242e
commit
78856c87a4
98 changed files with 103 additions and 104 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
use dom::attr::{Attr, AttrSettingType, ReplacedAttr, FirstSetAttr};
|
||||
use dom::attrlist::AttrList;
|
||||
use dom::bindings::codegen::ElementBinding;
|
||||
use dom::bindings::codegen::BindingDeclarations::ElementBinding;
|
||||
use dom::bindings::codegen::InheritTypes::{ElementDerived, NodeCast};
|
||||
use dom::bindings::js::JS;
|
||||
use dom::bindings::utils::{Reflectable, Reflector};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue