This commit is contained in:
Folkert 2022-04-28 21:19:27 +02:00
parent 992575051a
commit b1fe5659a4
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 13 additions and 38 deletions

View file

@ -362,7 +362,6 @@ pub fn canonicalize_module_defs<'a>(
// NOTE this currently builds all functions, not just the ones that the user requested
crate::effect_module::build_effect_builtins(
&mut env,
&mut scope,
effect_symbol,
var_store,
@ -417,7 +416,6 @@ pub fn canonicalize_module_defs<'a>(
};
let hosted_def = crate::effect_module::build_host_exposed_def(
&mut env,
&mut scope,
*symbol,
&ident,