mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +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
|
@ -7,7 +7,7 @@
|
|||
|
||||
use msg::constellation_msg::{PipelineId};
|
||||
use net_traits::AsyncResponseTarget;
|
||||
use net_traits::{Metadata, load_whole_resource, ResourceTask, PendingAsyncLoad};
|
||||
use net_traits::{Metadata, PendingAsyncLoad, ResourceTask, load_whole_resource};
|
||||
use script_task::MainThreadScriptMsg;
|
||||
use std::sync::Arc;
|
||||
use std::sync::mpsc::Sender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue