aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/front/parser.rs')
-rw-r--r--src/comp/front/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs
index a7e355af..3ef16c71 100644
--- a/src/comp/front/parser.rs
+++ b/src/comp/front/parser.rs
@@ -497,7 +497,7 @@ fn parse_arg(parser p) -> ast.arg {
fn parse_seq_to_end[T](token.token ket,
option.t[token.token] sep,
(fn(parser) -> T) f,
- mutable uint hi,
+ uint hi,
parser p) -> vec[T] {
let bool first = true;
let vec[T] v = vec();