mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Reorder use
statements
This commit is contained in:
parent
875981ece5
commit
93a103ba73
135 changed files with 401 additions and 400 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
pub use dom::bindings::codegen::InheritTypes::*;
|
||||
|
||||
use dom::bindings::conversions::get_dom_class;
|
||||
use dom::bindings::conversions::{DerivedFrom, IDLInterface};
|
||||
use dom::bindings::conversions::get_dom_class;
|
||||
use dom::bindings::reflector::Reflectable;
|
||||
use std::mem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue