Skip to main content

check_binary_expr

Function check_binary_expr 

Source
fn check_binary_expr(
    ctx: &LintContext<'_, '_>,
    left: &Expr<'_>,
    op: BinOp,
    right: &Expr<'_>,
)