Skip to content

Commit ce9ee99

Browse files
committed
---
yaml --- r: 2543 b: refs/heads/master c: b7d6934 h: refs/heads/master i: 2541: ff658d9 2539: 81025be 2535: 9d0e644 2527: 5d62f23 v: v3
1 parent 1eaf214 commit ce9ee99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ee45fd80c6806091275fb8a4ac5811d53817977c
2+
refs/heads/master: b7d6934ef3abb839c7351b656911e98caf625c98

trunk/src/comp/front/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ fn parse_ty_fn(ast::proto proto, parser p, uint lo)
323323
auto t = parse_ty(p);
324324

325325
alt (p.peek()) {
326-
case (token::IDENT(_, _)) { p.bump(); /* ignore the param name */ }
326+
case (token::IDENT(_, _)) { p.bump(); /* ignore param name */ }
327327
case (_) { /* no param name present */ }
328328
}
329329

0 commit comments

Comments
 (0)