mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
rearrange imports to be in alphabetical order
This commit is contained in:
parent
9fd823e449
commit
51df8e310b
56 changed files with 69 additions and 86 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
use dom::bindings::codegen::Bindings::StorageBinding;
|
||||
use dom::bindings::codegen::Bindings::StorageBinding::StorageMethods;
|
||||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::error::{Error, ErrorResult};
|
||||
use dom::bindings::global::{GlobalField, GlobalRef};
|
||||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::js::{Root, RootedReference};
|
||||
use dom::bindings::refcounted::Trusted;
|
||||
use dom::bindings::reflector::{Reflector, reflect_dom_object};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue