diff options
| author | Takayuki Maeda <takoyaki0316@gmail.com> | 2021-03-17 11:18:02 +0900 |
|---|---|---|
| committer | Takayuki Maeda <takoyaki0316@gmail.com> | 2021-03-18 00:51:18 +0900 |
| commit | 48430849465ae94255e78f895197b09c2ce3b03e (patch) | |
| tree | db827db43daa8aa15aa4e6d34bad231d288e626c | |
| parent | f0f787192006a7b0a508b90a03dcfdd37b3c31d2 (diff) | |
| download | rust-48430849465ae94255e78f895197b09c2ce3b03e.tar.gz rust-48430849465ae94255e78f895197b09c2ce3b03e.zip | |
use clippy_utils::ty::is_type_diagnostic_item
| -rw-r--r-- | clippy_lints/src/methods/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/methods/utils.rs b/clippy_lints/src/methods/utils.rs index 3596aaa089b..4d801148cbc 100644 --- a/clippy_lints/src/methods/utils.rs +++ b/clippy_lints/src/methods/utils.rs @@ -1,4 +1,4 @@ -use crate::utils::is_type_diagnostic_item; +use clippy_utils::ty::is_type_diagnostic_item; use rustc_hir as hir; use rustc_lint::LateContext; use rustc_middle::ty; |
