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
|
@ -5,8 +5,8 @@
|
|||
use devtools_traits::{StartedTimelineMarker, TimelineMarker, TimelineMarkerType};
|
||||
use dom::bindings::callback::ExceptionHandling::Report;
|
||||
use dom::bindings::codegen::Bindings::EventBinding::EventMethods;
|
||||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::global::{GlobalRoot, global_object_for_reflector};
|
||||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::js::{JS, Root, RootedReference};
|
||||
use dom::bindings::trace::RootedVec;
|
||||
use dom::event::{Event, EventPhase};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue