aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-07-01 05:14:21 -0400
committerGitHub <noreply@github.com>2018-07-01 05:14:21 -0400
commitc71c55e542c57f6ec4e5e77be750f74f50340e56 (patch)
tree730aad03158a733d126d8cabe09e92792b31e05e /tests/unit/script/lib.rs
parent9c243a115ea4983bec5e79b06c49469354cfa1f9 (diff)
parent36495d677f6e5e928c74f8eb372caaae7a303047 (diff)
downloadservo-c71c55e542c57f6ec4e5e77be750f74f50340e56.tar.gz
servo-c71c55e542c57f6ec4e5e77be750f74f50340e56.zip
Auto merge of #21109 - emilio:gecko-sync, r=SimonSapin
style: sync changes from mozilla-central. See each individual commit for details.. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21109) <!-- Reviewable:end -->
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r--tests/unit/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs
index 6d724db5358..069417a5911 100644
--- a/tests/unit/script/lib.rs
+++ b/tests/unit/script/lib.rs
@@ -6,7 +6,6 @@
#[cfg(test)] extern crate msg;
#[cfg(test)] extern crate script;
#[cfg(test)] extern crate servo_url;
-#[cfg(test)] extern crate style;
#[cfg(test)] mod origin;
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;