Skip to content

Commit 8dcb00a

Browse files
fix: accidental change
1 parent 7637a60 commit 8dcb00a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/impl.mbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ fn vm(
152152
captures : Int,
153153
allow_exponentiaion~ : Bool = false
154154
) -> Array[Int] {
155-
guard allow_exponentiaion is false
156155
guard instructions is [.., Save(1), Matched]
157156
let inst_gen = Array::make(instructions.length(), -1)
158157
let mut clist = Array::new(capacity=instructions.length())

0 commit comments

Comments
 (0)