Module clippy_lints::utils::comparisons [] [src]

Utility functions about comparison operators.

Enums

Rel

Represent a normalized comparison operator.

Functions

normalize_comparison

Put the expression in the form lhs < rhs, lhs <= rhs, lhs == rhs or lhs != rhs.