mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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 @@
|
|||
//! to depend on script.
|
||||
|
||||
#![feature(custom_derive, plugin)]
|
||||
#![plugin(serde_macros)]
|
||||
#![plugin(plugins, serde_macros)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
extern crate devtools_traits;
|
||||
|
@ -18,8 +18,8 @@ extern crate msg;
|
|||
extern crate net_traits;
|
||||
extern crate profile_traits;
|
||||
extern crate serde;
|
||||
extern crate util;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
||||
use devtools_traits::ScriptToDevtoolsControlMsg;
|
||||
use euclid::point::Point2D;
|
||||
|
@ -27,8 +27,8 @@ use euclid::rect::Rect;
|
|||
use ipc_channel::ipc::{IpcReceiver, IpcSender};
|
||||
use libc::c_void;
|
||||
use msg::compositor_msg::{Epoch, LayerId, ScriptToCompositorMsg};
|
||||
use msg::constellation_msg::{ConstellationChan, PipelineId, Failure, WindowSizeData};
|
||||
use msg::constellation_msg::{LoadData, SubpageId, Key, KeyState, KeyModifiers};
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId, WindowSizeData};
|
||||
use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData, SubpageId};
|
||||
use msg::constellation_msg::{MozBrowserEvent, PipelineExitType};
|
||||
use msg::webdriver_msg::WebDriverScriptCommand;
|
||||
use net_traits::ResourceTask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue