clippy complaints

This commit is contained in:
Folkert 2020-10-17 22:37:15 +02:00
parent 15600a8f2b
commit 1439c1a21d
6 changed files with 8 additions and 10 deletions

View file

@ -77,7 +77,7 @@ pub fn decrement_refcount_layout<'a, 'ctx, 'env>(
parent,
layout_ids,
field_ptr,
&closure_layout.into_layout(),
&closure_layout.as_layout(),
)
}
}