mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
96144c94af
Suggest removing unused tuple fields if they are the last fields Fixes #124556 We now check if dead/unused fields are the last fields of the tuple and suggest their removal instead of suggesting them to be changed to `()`.