Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
use
declarations formatting options.
As decided in rust-lang/compiler-team#750. Use declarations are currently wildly inconsistent because rustfmt is quite unopinionated about how they should be formatted. The `rustfmt.toml` additions makes rustfmt more opinionated, which avoids the need for any decision when adding new use declarations to a file. This commit only updates `rustfmt.toml`. The next commit will do the reformatting.
- Loading branch information