From c3879db06f82b7c59e027df918a01899672ef843 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 12 Mar 2020 15:05:34 -0700 Subject: [PATCH] Remove `matches` macro type: reform --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 6262762..5d5c253 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,10 +26,6 @@ use crate::common::*; -#[cfg(test)] -#[macro_use] -mod matches; - #[cfg(test)] #[macro_use] mod assert_matches;