Deduplicate words in code comments

This commit is contained in:
Alexei Sholik 2013-06-06 10:38:41 +03:00
parent c7b19b04cb
commit e75572c879
18 changed files with 23 additions and 24 deletions

View file

@ -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 {