Function clippy_utils::sugg::binop_to_string
source · fn binop_to_string(op: AssocOp, lhs: &str, rhs: &str) -> StringExpand description
Generates a string from the operator and both sides.
fn binop_to_string(op: AssocOp, lhs: &str, rhs: &str) -> StringGenerates a string from the operator and both sides.