feat: at least it compiles, right?
This commit is contained in:
@@ -10,10 +10,7 @@ pub struct Func<'gc> {
|
||||
|
||||
impl<'gc> Func<'gc> {
|
||||
pub fn new(func: &'gc ir::Func, env: Rc<VmEnv>) -> Self {
|
||||
Self {
|
||||
func,
|
||||
env,
|
||||
}
|
||||
Self { func, env }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user