fe999e88ed
Make if_then_panic handle situation of BinOpKind::And || BinOpKind::Or fixes #7731 Make if_then_panic handle situation of cond.kind = ExprKind::DropTemps(ExprKind::Binary(BinOpKind::And || BinOpKind::Or, left, right), ..) = changelog: [`if_then_panic`] Fix suggestion for more complex conditions