mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
16ef044e72
Limit the ``[`identity_op`]`` lint to integral operands. changelog: limit ``[`identity_op`]`` to integral operands In the ``[`identity_op`]`` lint, if the operands are non-integers, then the lint is likely wrong.