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