diff options
| author | Alan Egerton <eggyal@gmail.com> | 2022-06-17 13:15:00 +0100 |
|---|---|---|
| committer | Alan Egerton <eggyal@gmail.com> | 2022-07-06 06:41:53 +0100 |
| commit | 4f0a64736b94a84da4272867366b8679b585e603 (patch) | |
| tree | 308153eb8dcc4a08ff2349ba65e7105542acd46e /compiler/rustc_lint/src/noop_method_call.rs | |
| parent | e9e5d0685b0d1e068b1511242b6da9e57a74561f (diff) | |
| download | rust-4f0a64736b94a84da4272867366b8679b585e603.tar.gz rust-4f0a64736b94a84da4272867366b8679b585e603.zip | |
Update TypeVisitor paths
Diffstat (limited to 'compiler/rustc_lint/src/noop_method_call.rs')
| -rw-r--r-- | compiler/rustc_lint/src/noop_method_call.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/noop_method_call.rs b/compiler/rustc_lint/src/noop_method_call.rs index 2e847c8b89c..11a752ff097 100644 --- a/compiler/rustc_lint/src/noop_method_call.rs +++ b/compiler/rustc_lint/src/noop_method_call.rs @@ -1,5 +1,5 @@ use crate::context::LintContext; -use crate::rustc_middle::ty::TypeFoldable; +use crate::rustc_middle::ty::TypeVisitable; use crate::LateContext; use crate::LateLintPass; use rustc_errors::fluent; |
