allow mutable method from immutable context

This commit is contained in:
gluax 2021-04-02 04:45:02 -04:00
parent 848872de15
commit 952ce8c17e

View File

@ -67,7 +67,7 @@ impl<'a> ExpressionNode<'a> for CircuitInitExpression<'a> {
}
fn is_mut_ref(&self) -> bool {
false
true
}
fn const_value(&self) -> Option<ConstValue> {