Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4843084

Browse files
committed
use clippy_utils::ty::is_type_diagnostic_item
1 parent f0f7871 commit 4843084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::utils::is_type_diagnostic_item;
1+
use clippy_utils::ty::is_type_diagnostic_item;
22
use rustc_hir as hir;
33
use rustc_lint::LateContext;
44
use rustc_middle::ty;

0 commit comments

Comments
 (0)