mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -50,7 +50,6 @@ lazy_static = "1"
|
|||
log = { version = "0.4", features = ["std"] }
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
matches = "0.1"
|
||||
num_cpus = {version = "1.1.0"}
|
||||
num-integer = "0.1"
|
||||
num-traits = "0.2"
|
||||
|
|
|
@ -61,9 +61,6 @@ extern crate log;
|
|||
extern crate malloc_size_of;
|
||||
#[macro_use]
|
||||
extern crate malloc_size_of_derive;
|
||||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate matches;
|
||||
#[cfg(feature = "gecko")]
|
||||
pub extern crate nsstring;
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue