mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fix warnings in test files
This commit is contained in:
parent
0fbcfc7431
commit
f31c116f7c
6 changed files with 1 additions and 41 deletions
|
@ -605,7 +605,6 @@ pub fn build_exp_stmt<'a, 'ctx, 'env>(
|
|||
|
||||
match stmt {
|
||||
Let(symbol, expr, layout, cont) => {
|
||||
println!("{} {:?}", symbol, expr);
|
||||
let context = &env.context;
|
||||
|
||||
let val = build_exp_expr(env, layout_ids, &scope, parent, &expr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue