]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/methods.rs
Merge branch 'macro-use' into HEAD
[rust.git] / clippy_lints / src / methods.rs
index 30c2941efe4665f4596f2acb99a73cac3f23cf33..3ebad1d705b940ecae8750ab3341f3390470f2d7 100644 (file)
@@ -2,6 +2,7 @@
 use rustc::hir;
 use rustc::lint::*;
 use rustc::{declare_lint, lint_array};
+use if_chain::if_chain;
 use rustc::ty::{self, Ty};
 use rustc::hir::def::Def;
 use std::borrow::Cow;