Function rustfmt_nightly::reorder::group_imports

source ·
fn group_imports(uts: Vec<UseTree>) -> Vec<Vec<UseTree>>
Expand description

Divides imports into three groups, corresponding to standard, external and local imports. Sorts each subgroup.