This commit is contained in:
Folkert 2021-02-15 21:35:52 +01:00
parent 13b2c23c01
commit 82ff8a8edf
2 changed files with 2 additions and 5 deletions

View file

@ -95,7 +95,7 @@ pub fn gen_from_mono_module(
}
if name.starts_with("roc_builtins.dict") || name.starts_with("dict.RocDict") {
// function.add_attribute(AttributeLoc::Function, attr);
function.add_attribute(AttributeLoc::Function, attr);
}
}