mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
3ed0bccb70
Refactor casts lint Ref: #6724 Changes: 1. Separate the `casts` group from the `types` group. 2. Reorganize the lints of the `casts` group into their own modules. Notes: 1. I didn't `fix` #6874 in order to maintain this PR as small as possible. --- changelog: none