aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-10-06 18:39:03 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-12-09 10:56:20 -1000
commit97344b150dc3532a881f3476d398c38c8305b8ae (patch)
treec13155f53011a7bc07aead496380667afbe29bdc /tests/unit/style/lib.rs
parent120b003195383041b9f182fc03103e50f9249e49 (diff)
downloadservo-97344b150dc3532a881f3476d398c38c8305b8ae.tar.gz
servo-97344b150dc3532a881f3476d398c38c8305b8ae.zip
cow_to_ascii_lowercase()
Diffstat (limited to 'tests/unit/style/lib.rs')
-rw-r--r--tests/unit/style/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/style/lib.rs b/tests/unit/style/lib.rs
index 1ca7414bf68..95cd087ccbf 100644
--- a/tests/unit/style/lib.rs
+++ b/tests/unit/style/lib.rs
@@ -10,6 +10,7 @@ extern crate app_units;
extern crate cssparser;
extern crate euclid;
#[macro_use] extern crate html5ever_atoms;
+#[macro_use] #[allow(unused_extern_crates)] extern crate matches;
extern crate owning_ref;
extern crate parking_lot;
extern crate rustc_serialize;