diff --git a/crates/aiken-lang/src/gen_uplc.rs b/crates/aiken-lang/src/gen_uplc.rs index 67f823a6..e5a67608 100644 --- a/crates/aiken-lang/src/gen_uplc.rs +++ b/crates/aiken-lang/src/gen_uplc.rs @@ -1903,7 +1903,7 @@ impl<'a> CodeGenerator<'a> { } pub fn clause_pattern( - &mut self, + &self, pattern: &Pattern>, subject_tipo: &Arc, props: &mut ClauseProperties, @@ -2329,7 +2329,7 @@ impl<'a> CodeGenerator<'a> { } fn nested_clause_condition( - &mut self, + &self, pattern: &Pattern>, subject_tipo: &Arc, props: &mut ClauseProperties,