mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
606d8cf9e8
Clean up more comments near use declarations #125443 will reformat all use declarations in the repository. There are a few edge cases involving comments on use declarations that require care. This PR fixes them up so #125443 can go ahead with a simple `x fmt --all`. A follow-up to #126717. r? ``@cuviper``