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

@@ -1,4 +1,5 @@
use crate::reexport::*;
use matches::matches;
use rustc::hir;
use rustc::hir::*;
use rustc::hir::def_id::{DefId, CRATE_DEF_INDEX};