mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Merge pull request #3834 from roc-lang/rust-1.63-clippy
rust 1.63 clippy
This commit is contained in:
commit
3ca9202e3b
10 changed files with 14 additions and 19 deletions
|
@ -62,7 +62,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",
|
||||
|
@ -71,9 +71,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