This commit is contained in:
Folkert 2021-01-15 16:10:48 +01:00
parent 345ecd434b
commit ef3bda40c6
3 changed files with 58 additions and 53 deletions

View file

@ -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()