Function rustfmt_nightly::reorder::group_imports
source · fn group_imports(uts: Vec<UseTree>) -> Vec<Vec<UseTree>>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Divides imports into three groups, corresponding to standard, external and local imports. Sorts each subgroup.