mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
fix RC
This commit is contained in:
parent
345ecd434b
commit
ef3bda40c6
3 changed files with 58 additions and 53 deletions
|
@ -891,7 +891,6 @@ pub fn optimize_when<'a>(
|
|||
ret_layout: Layout<'a>,
|
||||
opt_branches: bumpalo::collections::Vec<'a, (Pattern<'a>, Guard<'a>, Stmt<'a>)>,
|
||||
) -> Stmt<'a> {
|
||||
dbg!(&opt_branches);
|
||||
let (patterns, _indexed_branches) = opt_branches
|
||||
.into_iter()
|
||||
.enumerate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue