Remove import of matches

This commit is contained in:
Manish Goregaokar
2018-07-19 00:24:19 -07:00
parent 5d74e2096b
commit c7676356b8
12 changed files with 11 additions and 2 deletions

View File

@@ -18,8 +18,6 @@
use toml;
use rustc_plugin;
#[macro_use]
extern crate matches as matches_macro;
#[macro_use]
extern crate if_chain;