Merge pull request #3834 from roc-lang/rust-1.63-clippy

rust 1.63 clippy
This commit is contained in:
Richard Feldman 2022-08-27 21:15:36 -04:00 committed by GitHub
commit 3ca9202e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 19 deletions

View file

@ -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);