aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2017-08-05 23:55:26 -0700
committerManish Goregaokar <manishsmail@gmail.com>2017-08-07 14:30:31 -0700
commit2ebce54d75e16a35e2abc18abae6e18bbecbf492 (patch)
treecf065aed6acbde11f08448cdb3ec8d6fc40a27ce /tests/unit/style/lib.rs
parenta6369149dc5344b2b80a12fca1c43cf99c94fdc9 (diff)
downloadservo-2ebce54d75e16a35e2abc18abae6e18bbecbf492.tar.gz
servo-2ebce54d75e16a35e2abc18abae6e18bbecbf492.zip
Remove testing feature from style crate
Diffstat (limited to 'tests/unit/style/lib.rs')
-rw-r--r--tests/unit/style/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs
index 572a608d212..f1774fe1a09 100644
--- a/tests/unit/style/lib.rs
+++ b/tests/unit/style/lib.rs
@@ -6,7 +6,6 @@
#![feature(plugin, test)]
extern crate app_units;
-extern crate byteorder;
extern crate cssparser;
extern crate euclid;
#[macro_use] extern crate html5ever;