chore: cargo fmt
This commit is contained in:
@@ -56,10 +56,7 @@ impl<'vm, 'jit: 'vm> Func<'jit, 'vm> {
|
||||
use Param::*;
|
||||
|
||||
let env = match self.func.param.clone() {
|
||||
Ident(ident) => self
|
||||
.env
|
||||
.clone()
|
||||
.enter_arg(ident.into(), arg),
|
||||
Ident(ident) => self.env.clone().enter_arg(ident.into(), arg),
|
||||
Formals {
|
||||
formals,
|
||||
ellipsis,
|
||||
@@ -92,7 +89,8 @@ impl<'vm, 'jit: 'vm> Func<'jit, 'vm> {
|
||||
}
|
||||
self.env.clone().enter_attrs(AttrSet::new(new).into())
|
||||
}
|
||||
}.into();
|
||||
}
|
||||
.into();
|
||||
|
||||
let count = self.count.get();
|
||||
self.count.replace(count + 1);
|
||||
|
||||
Reference in New Issue
Block a user