Auto merge of #12855 - tesuji:fix-author-lint, r=Jarcho
Fix typos of author lint changelog: none
This commit is contained in:
commit
aaade2d12d
9 changed files with 12 additions and 12 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue