pub fn is_zero_integer_const(cx: &LateContext<'_>, expr: &Expr<'_>) -> boolExpand description
Check if expr evaluates to an integer constant of 0.
pub fn is_zero_integer_const(cx: &LateContext<'_>, expr: &Expr<'_>) -> boolCheck if expr evaluates to an integer constant of 0.