mirror of
https://github.com/servo/servo.git
synced 2025-10-18 01:09:16 +01:00
Put some 'use' statements in alphabetical order.
This commit is contained in:
parent
954ab7a2e3
commit
a665fec9d0
8 changed files with 10 additions and 10 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
use dom::bindings::codegen::InheritTypes::CommentDerived;
|
||||
use dom::bindings::codegen::Bindings::CommentBinding;
|
||||
use dom::bindings::js::{JSRef, Temporary};
|
||||
use dom::bindings::error::Fallible;
|
||||
use dom::bindings::js::{JSRef, Temporary};
|
||||
use dom::bindings::utils::{Reflectable, Reflector};
|
||||
use dom::characterdata::CharacterData;
|
||||
use dom::document::Document;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue