mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use the matches!
macro from the standard library
This commit is contained in:
parent
6d6d16f7f4
commit
db4f27f361
9 changed files with 0 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue