Skip to content

Commit bef9ac2

Browse files
committed
Remove deprecated warning
1 parent 124b476 commit bef9ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gold/src/parsing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ fn normal_function_old_style<'a>(input: In<'a>) -> Out<'a, PExpr> {
17111711
.tag(span),
17121712
);
17131713

1714-
eprintln!("gold: |...| syntax is deprecated, use fn (...) instead");
1714+
// eprintln!("gold: |...| syntax is deprecated, use fn (...) instead");
17151715
Ok((l, result))
17161716
}
17171717

0 commit comments

Comments
 (0)