Module clippy_utils::comparisons
source · Expand description
Utility functions about comparison operators.
Enums
Represent a normalized comparison operator.
Functions
Put the expression in the form
lhs < rhs
, lhs <= rhs
, lhs == rhs
or
lhs != rhs
.