mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Sort use
statements
This commit is contained in:
parent
45f7199eee
commit
76e59a46d3
162 changed files with 444 additions and 431 deletions
|
@ -17,12 +17,12 @@ use crate::dom::promise::Promise;
|
|||
use crate::dom::serviceworkerregistration::ServiceWorkerRegistration;
|
||||
use crate::dom::urlhelper::UrlHelper;
|
||||
use crate::script_thread::ScriptThread;
|
||||
use crate::task_source::TaskSource;
|
||||
use crate::task_source::dom_manipulation::DOMManipulationTaskSource;
|
||||
use servo_url::ServoUrl;
|
||||
use std::cmp::PartialEq;
|
||||
use std::collections::HashMap;
|
||||
use std::rc::Rc;
|
||||
use crate::task_source::TaskSource;
|
||||
use crate::task_source::dom_manipulation::DOMManipulationTaskSource;
|
||||
|
||||
#[derive(Clone, Copy, Debug, JSTraceable, PartialEq)]
|
||||
pub enum JobType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue