Use the matches! macro from the standard library

This commit is contained in:
Simon Sapin 2020-02-12 10:03:55 +01:00
parent 6d6d16f7f4
commit db4f27f361
9 changed files with 0 additions and 21 deletions

View file

@ -21,7 +21,6 @@ bench = []
[dependencies]
bitflags = "1.0"
matches = "0.1"
cssparser = "0.27"
derive_more = "0.99"
log = "0.4"

View file

@ -14,8 +14,6 @@ extern crate derive_more;
extern crate fxhash;
#[macro_use]
extern crate log;
#[macro_use]
extern crate matches;
extern crate phf;
extern crate precomputed_hash;
extern crate servo_arc;