Is your feature request related to a problem? Please describe.
rustfmt doesn't behave as I'd like it when it comes to use statements, failing to reorder and appropriately merge them.
Describe the solution you'd like
We should have a custom .rustfmt.toml file that includes these configs:
imports_granularity
reorder_impl_items
reorder_imports
group_imports
reorder_modules
use_field_init_shorthand
Additional context
Configuration docs.
Is your feature request related to a problem? Please describe.
rustfmtdoesn't behave as I'd like it when it comes tousestatements, failing to reorder and appropriately merge them.Describe the solution you'd like
We should have a custom
.rustfmt.tomlfile that includes these configs:imports_granularityreorder_impl_itemsreorder_importsgroup_importsreorder_modulesuse_field_init_shorthandAdditional context
Configuration docs.