mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -3,8 +3,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use crate::dom::domexception::DOMErrorName;
|
||||
use crate::dom::filereader::{FileReader, TrustedFileReader, GenerationId, ReadMetaData};
|
||||
use crate::script_runtime::{CommonScriptMsg, ScriptThreadEventCategory, ScriptChan};
|
||||
use crate::dom::filereader::{FileReader, GenerationId, ReadMetaData, TrustedFileReader};
|
||||
use crate::script_runtime::{CommonScriptMsg, ScriptChan, ScriptThreadEventCategory};
|
||||
use crate::task::{TaskCanceller, TaskOnce};
|
||||
use crate::task_source::{TaskSource, TaskSourceName};
|
||||
use msg::constellation_msg::PipelineId;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use crate::script_runtime::{ScriptChan, CommonScriptMsg};
|
||||
use crate::script_runtime::{CommonScriptMsg, ScriptChan};
|
||||
use crate::script_thread::MainThreadScriptMsg;
|
||||
use servo_channel::Sender;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue