We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f7871 commit 4843084Copy full SHA for 4843084
clippy_lints/src/methods/utils.rs
@@ -1,4 +1,4 @@
1
-use crate::utils::is_type_diagnostic_item;
+use clippy_utils::ty::is_type_diagnostic_item;
2
use rustc_hir as hir;
3
use rustc_lint::LateContext;
4
use rustc_middle::ty;
0 commit comments