mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
fix(bstack): another stupid error
This commit is contained in:
parent
d95047b65a
commit
3eabeb4e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ let pop_levels (self:_ t) (n:int) ~f : unit =
|
|||
let x = Vec.pop self.vec in
|
||||
f x
|
||||
done;
|
||||
Vec.shrink self.lvls i
|
||||
Vec.shrink self.lvls new_lvl
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue