Expand description
Reorder items.
mod
, extern crate
and use
declarations are reordered in alphabetical
order. Trait items are reordered in pre-determined order (associated types
and constants comes before methods).
Enumsยง
- Reorderable
Item ๐Kind - A simplified version of
ast::ItemKind
.
Functionsยง
- compare_
items ๐ - Choose the ordering between the given two items.
- contains_
macro_ ๐use_ attr - group_
imports ๐ - Divides imports into three groups, corresponding to standard, external and local imports. Sorts each subgroup.
- rewrite_
reorderable_ ๐item - rewrite_
reorderable_ ๐or_ regroupable_ items - Rewrite a list of items with reordering and/or regrouping. Every item
in
items
must have the sameast::ItemKind
. Whether reordering, regrouping, or both are done is determined from thecontext
. - wrap_
reorderable_ ๐items