Fixed linting

This commit is contained in:
Syrus
2020-06-15 19:57:08 -07:00
parent cdb7874bce
commit 74a1463188

View File

@@ -107,7 +107,7 @@ impl Function {
where
F: Fn(&mut Env, &[Val]) -> Result<Vec<Val>, RuntimeError> + 'static,
Env: Sized,
{
{
let dynamic_ctx = VMDynamicFunctionContext::from_context(VMDynamicFunctionWithEnv {
env: Cell::new(env),
func: Box::new(func),