fix a long line that i forgot to commit

This commit is contained in:
Marijn Haverbeke 2011-05-14 13:27:21 +02:00
parent ee45fd80c6
commit b7d6934ef3

View File

@ -323,7 +323,7 @@ fn parse_ty_fn(ast::proto proto, parser p, uint lo)
auto t = parse_ty(p);
alt (p.peek()) {
case (token::IDENT(_, _)) { p.bump(); /* ignore the param name */ }
case (token::IDENT(_, _)) { p.bump(); /* ignore param name */ }
case (_) { /* no param name present */ }
}