Auto merge of #12855 - tesuji:fix-author-lint, r=Jarcho

Fix typos of author lint

changelog: none
This commit is contained in:
bors 2024-06-11 22:49:18 +00:00
commit aaade2d12d
9 changed files with 12 additions and 12 deletions

View file

@ -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);
});