1
Fork 0

Replace _, _ with ..

This commit is contained in:
Vadim Petrochenkov 2016-08-26 19:23:42 +03:00
parent 6f7e51e49b
commit e05e74ac83
107 changed files with 275 additions and 271 deletions

View file

@ -233,7 +233,7 @@ pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt,
p.bump();
state = st;
}
(&token::Eof, _, _) => break 'statement,
(&token::Eof, ..) => break 'statement,
_ => break,
}
}