Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit dc68b89

Browse files
committed
oops, remove println
1 parent 0a18a05 commit dc68b89

File tree

1 file changed

+0
-1
lines changed
  • crates/parser/src/grammar/expressions

1 file changed

+0
-1
lines changed

crates/parser/src/grammar/expressions/atom.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ fn closure_expr(p: &mut Parser) -> CompletedMarker {
271271
// fn main() { || -> i32 { 92 }(); }
272272
block_expr(p);
273273
} else if p.at_ts(EXPR_FIRST) {
274-
println!("gg");
275274
expr(p);
276275
} else {
277276
p.error("expected expression");

0 commit comments

Comments
 (0)