Fine tune Engine size.

This commit is contained in:
Stephen Chung
2023-03-07 16:52:37 +08:00
parent 3e784d592d
commit fa4096e91e
8 changed files with 56 additions and 54 deletions

View File

@@ -402,7 +402,8 @@ impl Engine {
parse: Box::new(parse),
func: Box::new(func),
scope_may_be_changed,
},
}
.into(),
);
self
}