diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-08-28 15:04:28 +0200 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-09-02 12:42:00 +0100 |
| commit | 8bf2940abb478139e575cba302a4ea100c4652cb (patch) | |
| tree | 38780e6f943ebbcb5534a05287830a053da1879b | |
| parent | c2bb313e7aeb19c8e7f0eab490adb957ec7aa0cc (diff) | |
| download | rust-8bf2940abb478139e575cba302a4ea100c4652cb.tar.gz rust-8bf2940abb478139e575cba302a4ea100c4652cb.zip | |
Fix matadata collection configuration formatting
| -rw-r--r-- | clippy_lints/src/utils/internal_lints/metadata_collector.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clippy_lints/src/utils/internal_lints/metadata_collector.rs b/clippy_lints/src/utils/internal_lints/metadata_collector.rs index 91533695eb3..188d0419c39 100644 --- a/clippy_lints/src/utils/internal_lints/metadata_collector.rs +++ b/clippy_lints/src/utils/internal_lints/metadata_collector.rs @@ -786,8 +786,6 @@ impl<'a, 'hir> intravisit::Visitor<'hir> for ApplicabilityResolver<'a, 'hir> { } }; - // TODO xFrednet 2021-03-01: support function arguments? - intravisit::walk_expr(self, expr); } } |
