Remove i
, is
, u
, or us
suffixes that are not necessary.
This commit is contained in:
parent
700c518f2a
commit
2b5720a15f
54 changed files with 174 additions and 174 deletions
|
@ -488,7 +488,7 @@ pub fn parse(sess: &ParseSess,
|
|||
let match_cur = ei.match_cur;
|
||||
(&mut ei.matches[match_cur]).push(Rc::new(MatchedNonterminal(
|
||||
parse_nt(&mut rust_parser, span, &name_string))));
|
||||
ei.idx += 1us;
|
||||
ei.idx += 1;
|
||||
ei.match_cur += 1;
|
||||
}
|
||||
_ => panic!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue