mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Comply with clippyg
This commit is contained in:
parent
2d25f3db1b
commit
76a31fb945
1 changed files with 1 additions and 1 deletions
|
@ -1164,7 +1164,7 @@ fn incrementing_index_loop<'ctx, LoopFn>(
|
|||
mut loop_fn: LoopFn,
|
||||
) -> PointerValue<'ctx>
|
||||
where
|
||||
LoopFn: FnMut(IntValue<'ctx>) -> (),
|
||||
LoopFn: FnMut(IntValue<'ctx>),
|
||||
{
|
||||
let index_alloca = match maybe_alloca {
|
||||
None => builder.build_alloca(ctx.i64_type(), index_name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue