mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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,9 +4,9 @@
|
|||
|
||||
use dom::bindings::codegen::Bindings::DOMImplementationBinding;
|
||||
use dom::bindings::codegen::InheritTypes::NodeCast;
|
||||
use dom::bindings::error::{Fallible, InvalidCharacter, NamespaceError};
|
||||
use dom::bindings::js::{JS, JSRef, Root, Temporary, OptionalRootable};
|
||||
use dom::bindings::utils::{Reflector, Reflectable, reflect_dom_object};
|
||||
use dom::bindings::error::{Fallible, InvalidCharacter, NamespaceError};
|
||||
use dom::bindings::utils::{QName, Name, InvalidXMLName, xml_name_type};
|
||||
use dom::document::{Document, HTMLDocument, NonHTMLDocument, DocumentMethods};
|
||||
use dom::documenttype::DocumentType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue