mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 08:15:31 +00:00
When we do the big `use` reformatting there are a tiny number of cases where rustfmt moves a comment from one `use` item to another in an undesirable way. This commit pre-emptively rearranges things to prevent this from happening.