Searched refs:lint_binary_expr_with_method_call (Results 1 – 1 of 1) sorted by relevance
3497 lint_binary_expr_with_method_call(cx, &mut info); in check_expr()3995 fn lint_binary_expr_with_method_call(cx: &LateContext<'_>, info: &mut BinaryExprInfo<'_>) { in lint_binary_expr_with_method_call() function