mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -26,8 +26,7 @@ use gfx::paint_task::LayoutToPaintMsg;
|
|||
use ipc_channel::ipc::{IpcReceiver, IpcSender};
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
|
||||
use net_traits::image_cache_task::ImageCacheTask;
|
||||
use profile_traits::mem;
|
||||
use profile_traits::time;
|
||||
use profile_traits::{mem, time};
|
||||
use script_traits::{LayoutControlMsg, ConstellationControlMsg, OpaqueScriptLayoutChannel};
|
||||
use std::sync::mpsc::Sender;
|
||||
use url::Url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue