mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
dd8cf052c2
It can be error-prone for developers to manually change literals with mixed uppercase and lowercase letters into consistently all-lowercase or all-uppercase literals. Therefore, this lint rule should suggest alternative literals. changelog: [`mixed_case_hex_literals`]: add alternative suggestions