mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
clippy
This commit is contained in:
parent
3e448fd2b4
commit
ed0b07a62f
2 changed files with 25 additions and 25 deletions
|
@ -1834,8 +1834,8 @@ fn state_thread_step<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
fn report_loading_problem<'a>(
|
||||
problem: LoadingProblem<'a>,
|
||||
fn report_loading_problem(
|
||||
problem: LoadingProblem<'_>,
|
||||
module_ids: ModuleIds,
|
||||
render: RenderTarget,
|
||||
palette: Palette,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue