mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -6,8 +6,8 @@ use dom::bindings::codegen::Bindings::LocationBinding;
|
|||
use dom::bindings::codegen::Bindings::LocationBinding::LocationMethods;
|
||||
use dom::bindings::global::GlobalRef;
|
||||
use dom::bindings::js::{JS, Root};
|
||||
use dom::bindings::str::USVString;
|
||||
use dom::bindings::reflector::{Reflector, reflect_dom_object};
|
||||
use dom::bindings::str::USVString;
|
||||
use dom::urlhelper::UrlHelper;
|
||||
use dom::window::Window;
|
||||
use url::{Url, UrlParser};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue