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.