mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -10,10 +10,9 @@ use dom::bindings::global::GlobalRef;
|
|||
use dom::bindings::js::Root;
|
||||
use dom::bindings::utils::{Reflector, reflect_dom_object};
|
||||
use js::jsapi::{JSContext, JSObject};
|
||||
use js::jsapi::{JS_GetObjectAsArrayBufferView, JS_GetArrayBufferViewType, Type};
|
||||
use rand::{Rng, OsRng};
|
||||
use std::ptr;
|
||||
use std::slice;
|
||||
use js::jsapi::{JS_GetArrayBufferViewType, JS_GetObjectAsArrayBufferView, Type};
|
||||
use rand::{OsRng, Rng};
|
||||
use std::{ptr, slice};
|
||||
|
||||
no_jsmanaged_fields!(OsRng);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue