mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 19:47:28 +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.