mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
clippy fixes
This commit is contained in:
parent
0ba5b3cfc6
commit
f3f6f58d09
5 changed files with 6 additions and 11 deletions
|
@ -1967,7 +1967,7 @@ pub fn surgery(
|
|||
let out_gen_start = Instant::now();
|
||||
|
||||
let mut offset = 0;
|
||||
let output = match target.binary_format {
|
||||
match target.binary_format {
|
||||
target_lexicon::BinaryFormat::Elf => {
|
||||
surgery_elf(verbose, &md, &mut exec_mmap, &mut offset, app_obj)
|
||||
}
|
||||
|
@ -2036,8 +2036,6 @@ pub fn surgery(
|
|||
);
|
||||
report_timing("Total", total_duration);
|
||||
}
|
||||
|
||||
output
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue