mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Elide lifetimes
This commit is contained in:
parent
937e042c8f
commit
3a3ee4dedf
3 changed files with 9 additions and 9 deletions
|
@ -428,8 +428,8 @@ fn modify_refcount_erased<'a, 'ctx>(
|
|||
function
|
||||
}
|
||||
|
||||
fn modify_refcount_erased_help<'a, 'ctx>(
|
||||
env: &Env<'a, 'ctx, '_>,
|
||||
fn modify_refcount_erased_help<'ctx>(
|
||||
env: &Env<'_, 'ctx, '_>,
|
||||
mode: Mode,
|
||||
fn_val: FunctionValue<'ctx>,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue