Fix typo in pretty printing super let.
Co-authored-by: lcnr <rust@lcnr.de>
This commit is contained in:
parent
3123df8ef0
commit
f02e278639
1 changed files with 1 additions and 1 deletions
|
@ -1337,7 +1337,7 @@ impl<'a> State<'a> {
|
|||
self.space_if_not_bol();
|
||||
self.ibox(INDENT_UNIT);
|
||||
if loc.super_.is_some() {
|
||||
self.word_nbsp("let");
|
||||
self.word_nbsp("super");
|
||||
}
|
||||
self.word_nbsp("let");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue