Function clippy_utils::is_else_clause_in_let_else
source ยท pub fn is_else_clause_in_let_else(tcx: TyCtxt<'_>, expr: &Expr<'_>) -> boolExpand description
Checks if the given expression is the else clause of a let else expression