mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -3,7 +3,9 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use crate::dom::bindings::codegen::Bindings::ServiceWorkerBinding::ServiceWorkerState;
|
||||
use crate::dom::bindings::codegen::Bindings::ServiceWorkerRegistrationBinding::{ServiceWorkerRegistrationMethods, Wrap};
|
||||
use crate::dom::bindings::codegen::Bindings::ServiceWorkerRegistrationBinding::{
|
||||
ServiceWorkerRegistrationMethods, Wrap,
|
||||
};
|
||||
use crate::dom::bindings::reflector::reflect_dom_object;
|
||||
use crate::dom::bindings::root::{Dom, DomRoot};
|
||||
use crate::dom::bindings::str::USVString;
|
||||
|
@ -12,7 +14,7 @@ use crate::dom::globalscope::GlobalScope;
|
|||
use crate::dom::serviceworker::ServiceWorker;
|
||||
use crate::dom::workerglobalscope::prepare_workerscope_init;
|
||||
use dom_struct::dom_struct;
|
||||
use script_traits::{WorkerScriptLoadOrigin, ScopeThings};
|
||||
use script_traits::{ScopeThings, WorkerScriptLoadOrigin};
|
||||
use servo_url::ServoUrl;
|
||||
use std::cell::Cell;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue