diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-02-12 10:03:55 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-02-12 10:08:31 +0100 |
commit | db4f27f3613c18ed7a28e787ea32d551d2cffb31 (patch) | |
tree | c3d48a3e8981440cf018be540a3263ca97f36ddf /components/style/lib.rs | |
parent | 6d6d16f7f492e6346f0391e352015226a4444806 (diff) | |
download | servo-db4f27f3613c18ed7a28e787ea32d551d2cffb31.tar.gz servo-db4f27f3613c18ed7a28e787ea32d551d2cffb31.zip |
Use the `matches!` macro from the standard library
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 6c4b1d5a2a9..5096217d75c 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -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")] |