about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/noop_method_call.rs
diff options
context:
space:
mode:
authorRejyr <jerrylwang123@gmail.com>2022-10-04 17:54:47 -0400
committerRejyr <jerrylwang123@gmail.com>2023-01-09 17:07:25 -0500
commita0614ec2c3184a025692fc06aacb0df50fba2a19 (patch)
tree138ba84e6583a5d0ade7eeee3a883bfaf473c7a9 /compiler/rustc_lint/src/noop_method_call.rs
parentdc00aa31142199ac6901fd08e4e4fd2be9b22be3 (diff)
downloadrust-a0614ec2c3184a025692fc06aacb0df50fba2a19.tar.gz
rust-a0614ec2c3184a025692fc06aacb0df50fba2a19.zip
fix: merge conflict
Diffstat (limited to 'compiler/rustc_lint/src/noop_method_call.rs')
-rw-r--r--compiler/rustc_lint/src/noop_method_call.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/noop_method_call.rs b/compiler/rustc_lint/src/noop_method_call.rs
index 3fba95f0750..ed796940b89 100644
--- a/compiler/rustc_lint/src/noop_method_call.rs
+++ b/compiler/rustc_lint/src/noop_method_call.rs
@@ -2,7 +2,6 @@
 #![deny(rustc::diagnostic_outside_of_impl)]
 use crate::context::LintContext;
 use crate::lints::NoopMethodCallDiag;
-use crate::rustc_middle::ty::TypeVisitable;
 use crate::LateContext;
 use crate::LateLintPass;
 use rustc_hir::def::DefKind;