Remove import of if_chain
This commit is contained in:
parent
c7676356b8
commit
5918a3fc1e
56 changed files with 55 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
use crate::consts::{constant_simple, Constant};
|
||||
use rustc::lint::*;
|
||||
use rustc::{declare_lint, lint_array};
|
||||
use if_chain::if_chain;
|
||||
use rustc::hir::*;
|
||||
use crate::utils::span_help_and_lint;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue