mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 06:30:36 +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.