pub fn is_expr_temporary_value(cx: &LateContext<'_>, expr: &Expr<'_>) -> bool
Expand description
Checks if the expression is a temporary value.
pub fn is_expr_temporary_value(cx: &LateContext<'_>, expr: &Expr<'_>) -> bool
Checks if the expression is a temporary value.