Remove import of if_chain

This commit is contained in:
Manish Goregaokar
2018-07-19 01:00:54 -07:00
parent c7676356b8
commit 5918a3fc1e
56 changed files with 55 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ use rustc::hir::*;
use rustc::hir::intravisit::{walk_expr, NestedVisitorMap, Visitor};
use rustc::lint::*;
use rustc::{declare_lint, lint_array};
use if_chain::if_chain;
use syntax::codemap::Span;
use crate::utils::SpanlessEq;
use crate::utils::{get_item_name, match_type, paths, snippet, span_lint_and_then, walk_ptrs_ty};