chore: cargo fmt
This commit is contained in:
@@ -54,7 +54,10 @@ impl<'vm, 'jit: 'vm> Func<'jit, 'vm> {
|
||||
use Param::*;
|
||||
|
||||
let env = match self.func.param.clone() {
|
||||
Ident(ident) => self.env.clone().enter_let([(ident.into(), arg)].into_iter()),
|
||||
Ident(ident) => self
|
||||
.env
|
||||
.clone()
|
||||
.enter_let([(ident.into(), arg)].into_iter()),
|
||||
Formals {
|
||||
formals,
|
||||
ellipsis,
|
||||
|
||||
Reference in New Issue
Block a user