Function clippy_utils::sugg::make_assoc
source · Expand description
Builds the string for <lhs> <op> <rhs>
adding parenthesis when necessary.
Precedence of shift operator relative to other arithmetic operation is often confusing so parenthesis will always be added for a mix of these.