Skip to content

Commit 5a0a1d2

Browse files
committed
fix(ci): fix self-hosted compilation
1 parent d93b341 commit 5a0a1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rivet/src/ast/Expr.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public enum Expr < traits.Stringable {
238238
},
239239
Block {
240240
is_unsafe: bool;
241-
stmts: []mut Stmt;
241+
mut stmts: []mut Stmt;
242242
mut expr: Expr;
243243
mut is_expr: bool;
244244
scope: Scope;

0 commit comments

Comments
 (0)