Deduplicate words in code comments
This commit is contained in:
parent
c7b19b04cb
commit
e75572c879
18 changed files with 23 additions and 24 deletions
|
@ -3093,7 +3093,7 @@ impl Parser {
|
|||
|
||||
self.expect(&token::LPAREN);
|
||||
|
||||
// A bit of complexity and lookahead is needed here in order to to be
|
||||
// A bit of complexity and lookahead is needed here in order to be
|
||||
// backwards compatible.
|
||||
let lo = self.span.lo;
|
||||
let explicit_self = match *self.token {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue