diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-08-05 23:55:26 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-08-07 14:30:31 -0700 |
commit | 2ebce54d75e16a35e2abc18abae6e18bbecbf492 (patch) | |
tree | cf065aed6acbde11f08448cdb3ec8d6fc40a27ce /tests/unit/style/lib.rs | |
parent | a6369149dc5344b2b80a12fca1c43cf99c94fdc9 (diff) | |
download | servo-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.rs | 1 |
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; |