diff options
| author | Lzu Tao <taolzu@gmail.com> | 2024-05-26 10:50:30 +0700 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2024-06-08 12:31:49 +0000 |
| commit | 2855a876a76e52cee0db2df0488f22b10e228d0f (patch) | |
| tree | c1673c7abb93c5cd6ff39f84a1096df9501c9241 /clippy_lints/src | |
| parent | 0ea88b90d8fbcb140314db4e689f8c78cc428907 (diff) | |
fix typos of author lint
Diffstat (limited to 'clippy_lints/src')
| -rw-r--r-- | clippy_lints/src/utils/author.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/author.rs b/clippy_lints/src/utils/author.rs index 4448c9ae3df..a3339cc62a9 100644 --- a/clippy_lints/src/utils/author.rs +++ b/clippy_lints/src/utils/author.rs @@ -733,7 +733,7 @@ impl<'a, 'tcx> PrintVisitor<'a, 'tcx> { match stmt.value.kind { StmtKind::Let(local) => { bind!(self, local); - kind!("Local({local})"); + kind!("Let({local})"); self.option(field!(local.init), "init", |init| { self.expr(init); }); |
