Remove matches macro

type: reform
This commit is contained in:
Casey Rodarmor 2020-03-12 15:05:34 -07:00
parent bb34936c2f
commit c3879db06f
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -26,10 +26,6 @@
use crate::common::*; use crate::common::*;
#[cfg(test)]
#[macro_use]
mod matches;
#[cfg(test)] #[cfg(test)]
#[macro_use] #[macro_use]
mod assert_matches; mod assert_matches;