mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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.