diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-01 15:28:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 15:28:06 +0200 |
commit | b8b82c3ea4ec154581f57b0d00f08f2fd1d871ce (patch) | |
tree | d94e3230479fe44dfe347d452423f98a5a1d8a47 /cli/tools/vendor/analyze.rs | |
parent | 77c25beaa59d64035c20ef59d93ed5a99677bc93 (diff) |
chore: use Rust 1.62.0 (#15028)
Diffstat (limited to 'cli/tools/vendor/analyze.rs')
-rw-r--r-- | cli/tools/vendor/analyze.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/vendor/analyze.rs b/cli/tools/vendor/analyze.rs index 6a1f53aae..0aa7010c7 100644 --- a/cli/tools/vendor/analyze.rs +++ b/cli/tools/vendor/analyze.rs @@ -25,7 +25,7 @@ struct DefaultExportFinder { has_default_export: bool, } -impl<'a> Visit for DefaultExportFinder { +impl Visit for DefaultExportFinder { noop_visit_type!(); fn visit_export_default_decl(&mut self, _: &ExportDefaultDecl) { |