fix a long line that i forgot to commit
This commit is contained in:
parent
ee45fd80c6
commit
b7d6934ef3
@ -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 */ }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user