Skip to content

Commit

Permalink
make the panic no-op instead
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Nov 19, 2024
1 parent 875f15d commit 6a3f1fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn flattened_tuple<'a>(t: &'a Expr, semantic: &'a SemanticModel<'a>) -> Vec<Vec<
}
}
}
_ => panic!("outside unable to handle {t:?}"),
_ => (),
}

f
Expand Down

0 comments on commit 6a3f1fc

Please sign in to comment.