Skip to content

Commit 235f45c

Browse files
added if_chain to imports
1 parent c711162 commit 235f45c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/hash_borrow_str_soundness.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use clippy_utils::diagnostics::span_lint_and_then;
22
use clippy_utils::ty::implements_trait;
3+
use if_chain::if_chain;
34
use rustc_hir::def::{DefKind, Res};
45
use rustc_hir::{Item, ItemKind, Path, TraitRef};
56
use rustc_lint::{LateContext, LateLintPass};

0 commit comments

Comments
 (0)