···60606161 if let Some(lambda_node) = body.lambda();
6262 if !mentions_ident(&arg, &lambda_node);
6363- // lambda body should be no more than a single Ident to
6464- // retain code readability
6565- if let Some(_) = Ident::cast(lambda_node);
6363+ // lambda body should be no more than a single Ident to
6464+ // retain code readability
6565+ if let Some(_) = Ident::cast(lambda_node);
66666767 then {
6868 let at = node.text_range();