cow_to_ascii_lowercase()

This commit is contained in:
Simon Sapin 2016-10-06 18:39:03 +02:00
parent 120b003195
commit 97344b150d
5 changed files with 27 additions and 1 deletions

View file

@ -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;