mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
sorted the extern crate, mod & use declarations
This commit is contained in:
parent
705ad72aee
commit
889eec364b
194 changed files with 804 additions and 870 deletions
|
@ -12,12 +12,11 @@ use dom::bindings::trace::JSTraceable;
|
|||
use dom::bindings::utils::{Reflector, reflect_dom_object};
|
||||
use encoding::Encoding;
|
||||
use encoding::label::encoding_from_whatwg_label;
|
||||
use encoding::types::{EncodingRef, DecoderTrap};
|
||||
use encoding::types::{DecoderTrap, EncodingRef};
|
||||
use js::jsapi::JS_GetObjectAsArrayBufferView;
|
||||
use js::jsapi::{JSContext, JSObject};
|
||||
use std::borrow::ToOwned;
|
||||
use std::ptr;
|
||||
use std::slice;
|
||||
use std::{ptr, slice};
|
||||
use util::str::DOMString;
|
||||
|
||||
#[dom_struct]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue