aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-02-12 10:03:55 +0100
committerSimon Sapin <simon.sapin@exyr.org>2020-02-12 10:08:31 +0100
commitdb4f27f3613c18ed7a28e787ea32d551d2cffb31 (patch)
treec3d48a3e8981440cf018be540a3263ca97f36ddf /components/net/lib.rs
parent6d6d16f7f492e6346f0391e352015226a4444806 (diff)
downloadservo-db4f27f3613c18ed7a28e787ea32d551d2cffb31.tar.gz
servo-db4f27f3613c18ed7a28e787ea32d551d2cffb31.zip
Use the `matches!` macro from the standard library
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 08b46844a48..0fde4239692 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -11,8 +11,6 @@ extern crate log;
#[macro_use]
extern crate malloc_size_of_derive;
#[macro_use]
-extern crate matches;
-#[macro_use]
extern crate profile_traits;
#[macro_use]
extern crate serde;