Throw away usage of stored variables on receiver side

This commit is contained in:
Ayaz Hafiz 2022-12-14 16:29:59 -06:00
parent a96225e92e
commit 2dc19207a3
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 17 additions and 22 deletions

View file

@ -158,6 +158,7 @@ pub(crate) fn notify_parent_dbg(env: &Env, shared_memory: &SharedMemoryPointer)
// ..
// lookup_val_n (varsize)
//
#[allow(clippy::too_many_arguments)]
pub(crate) fn clone_to_shared_memory<'a, 'ctx, 'env>(
env: &Env<'a, 'ctx, 'env>,
scope: &Scope<'a, 'ctx>,