mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
acfcbee4a2
Move check for lossy whole-number floats out of `excessive_precision` changelog: Add new lint `lossy_float_literal` to detect lossy whole number float literals and move it out of `excessive_precision` again. Fixes #5201