diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-11-01 21:43:04 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-11-08 09:28:00 +0100 |
commit | 2012be4a8bd97f2fd69f986c8fffb1af1eec21dc (patch) | |
tree | c9f1ef91146253f72987cb1436866523880965e0 /components/constellation/lib.rs | |
parent | b1fd6237d1304f3d57abdafd3e6e738c1ece9f83 (diff) | |
download | servo-2012be4a8bd97f2fd69f986c8fffb1af1eec21dc.tar.gz servo-2012be4a8bd97f2fd69f986c8fffb1af1eec21dc.zip |
`cargo fix --edition-idioms`
Diffstat (limited to 'components/constellation/lib.rs')
-rw-r--r-- | components/constellation/lib.rs | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/components/constellation/lib.rs b/components/constellation/lib.rs index 54235a9b09c..1b4befa3af6 100644 --- a/components/constellation/lib.rs +++ b/components/constellation/lib.rs @@ -5,43 +5,10 @@ #![deny(unsafe_code)] #![cfg_attr(feature = "unstable", feature(conservative_impl_trait))] -extern crate backtrace; -extern crate bluetooth_traits; -extern crate canvas; -extern crate canvas_traits; -extern crate clipboard; -extern crate compositing; -extern crate debugger; -extern crate devtools_traits; -#[cfg(not(target_os = "ios"))] -extern crate embedder_traits; -extern crate euclid; -#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))] -extern crate gaol; -extern crate gfx; -extern crate gfx_traits; -extern crate http; -extern crate ipc_channel; -extern crate keyboard_types; -extern crate layout_traits; #[macro_use] extern crate log; -extern crate metrics; -extern crate msg; -extern crate net; -extern crate net_traits; -extern crate profile_traits; -extern crate script_traits; -extern crate serde; #[macro_use] extern crate servo_channel; -extern crate servo_config; -extern crate servo_rand; -extern crate servo_remutex; -extern crate servo_url; -extern crate style_traits; -extern crate webrender_api; -extern crate webvr_traits; mod browsingcontext; mod constellation; |