chore: cargo fmt
This commit is contained in:
@@ -14,7 +14,7 @@ pub trait JITCompile {
|
||||
|
||||
impl JITCompile for Attrs {
|
||||
fn compile(&self, ctx: &mut JITContext, engine: ir::Value, env: ir::Value) -> StackSlot {
|
||||
let attrs = ctx.create_attrs();
|
||||
let attrs = ctx.create_attrs();
|
||||
for (k, v) in self.stcs.iter() {
|
||||
let v = v.compile(ctx, engine, env);
|
||||
ctx.push_attr(attrs, k, v);
|
||||
|
||||
Reference in New Issue
Block a user