Remove i, is, u, or us suffixes that are not necessary.

This commit is contained in:
Niko Matsakis 2015-02-17 09:47:49 -05:00
parent 700c518f2a
commit 2b5720a15f
54 changed files with 174 additions and 174 deletions

View file

@ -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!()