Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
Co-authored-by: Ayaz <[email protected]>
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 and ayazhafiz authored Apr 22, 2024
1 parent cc458c0 commit 4816127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ pub fn test(matches: &ArgMatches, target: Target) -> io::Result<i32> {
render: roc_reporting::report::RenderTarget::ColorTerminal,
palette: roc_reporting::report::DEFAULT_PALETTE,
threading,
exec_mode: exec_mode.clone(),
exec_mode,
};
let load_result = roc_load::load_and_monomorphize(
arena,
Expand Down

0 comments on commit 4816127

Please sign in to comment.