chore: cargo fmt
This commit is contained in:
@@ -56,7 +56,11 @@ impl PartialEq for PartialPrimOp<'_, '_> {
|
||||
}
|
||||
|
||||
impl<'jit: 'vm, 'vm> PartialPrimOp<'jit, 'vm> {
|
||||
pub fn call(self: &Rc<Self>, vm: &'vm VM<'jit>, args: Vec<Value<'jit, 'vm>>) -> Result<Value<'jit, 'vm>> {
|
||||
pub fn call(
|
||||
self: &Rc<Self>,
|
||||
vm: &'vm VM<'jit>,
|
||||
args: Vec<Value<'jit, 'vm>>,
|
||||
) -> Result<Value<'jit, 'vm>> {
|
||||
let len = args.len();
|
||||
let mut self_clone = self.clone();
|
||||
let self_mut = Rc::make_mut(&mut self_clone);
|
||||
|
||||
Reference in New Issue
Block a user