Elide lifetimes

This commit is contained in:
Ayaz Hafiz 2023-07-12 16:10:59 -05:00
parent 937e042c8f
commit 3a3ee4dedf
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 9 additions and 9 deletions

View file

@ -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>,
) {