clippy fixes

This commit is contained in:
Folkert 2022-08-17 14:27:54 +02:00
parent 0ba5b3cfc6
commit f3f6f58d09
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 6 additions and 11 deletions

View file

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