'cont' -> 'again' in straggler code
This commit is contained in:
parent
b1af6ac6f1
commit
1bdcba3d74
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ fn parse(sess: parse_sess, cfg: ast::crate_cfg, rdr: reader, ms: ~[matcher])
|
|||
for ei.matches.eachi() |idx, elt| {
|
||||
let sub = elt.get();
|
||||
// Some subtrees don't contain the name at all
|
||||
if sub.len() == 0u { cont; }
|
||||
if sub.len() == 0u { again; }
|
||||
new_pos.matches[idx]
|
||||
.push(@seq(sub, mk_sp(ei.sp_lo,sp.hi)));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue