mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
2efebd2f0c
Add new lint `while_float` This PR adds a nursery lint that checks for while loops comparing floating point values. changelog: ``` changelog: [`while_float`]: Checks for while loops comparing floating point values. ``` Fixes #758