diff options
author | Ms2ger <Ms2ger@gmail.com> | 2017-01-23 15:00:29 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2017-01-24 11:02:51 +0100 |
commit | 14fe337866b38d23546e9c7bc9aad3e16b9b8a6b (patch) | |
tree | 07a6d212edd13169454386f7f8ebaf4dd77f9c32 /components/script_layout_interface/lib.rs | |
parent | ca6376a7142640185f21beca4b11011e8367ec91 (diff) | |
download | servo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.tar.gz servo-14fe337866b38d23546e9c7bc9aad3e16b9b8a6b.zip |
Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index e1e2b726697..d5bebc8b2d3 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -14,9 +14,6 @@ extern crate app_units; extern crate atomic_refcell; -#[allow(unused_extern_crates)] -#[macro_use] -extern crate bitflags; extern crate canvas_traits; extern crate core; extern crate cssparser; @@ -35,7 +32,6 @@ extern crate profile_traits; extern crate range; extern crate script_traits; extern crate selectors; -#[macro_use] extern crate servo_atoms; extern crate servo_url; extern crate style; |