mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
clippy fixes
This commit is contained in:
parent
0ba5b3cfc6
commit
f3f6f58d09
5 changed files with 6 additions and 11 deletions
|
@ -55,7 +55,7 @@ pub fn get_values<'a>(
|
|||
captures_niche: CapturesNiche::no_niche(),
|
||||
};
|
||||
|
||||
let element = jit_to_ast(
|
||||
jit_to_ast(
|
||||
arena,
|
||||
app,
|
||||
"expect_repl_main_fn",
|
||||
|
@ -64,9 +64,7 @@ pub fn get_values<'a>(
|
|||
subs,
|
||||
interns,
|
||||
target_info,
|
||||
)?;
|
||||
|
||||
element
|
||||
)?
|
||||
};
|
||||
|
||||
result.push(expr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue